Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class NotificationMessageContent

    Represents the content of a notification message.

    Inheritance
    object
    NotificationMessageContent
    NotificationMessageBody
    NotificationMessageSubject
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Notification.Core.Domain
    Assembly: Innovt.Notification.Core.dll
    Syntax
    public class NotificationMessageContent

    Properties

    | Edit this page View Source

    Charset

    Gets or sets the character set of the content.

    Declaration
    public string Charset { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Content

    Gets or sets the content.

    Declaration
    public string Content { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX