Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class NotificationTemplate

    Inheritance
    object
    NotificationTemplate
    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 NotificationTemplate

    Properties

    | Edit this page View Source

    Body

    Gets or sets the body of the notification template.

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

    Builder

    Gets or sets the builder associated with the notification template.

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

    Charset

    Gets or sets the character set of the notification template.

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

    FromAddress

    Gets or sets the "From" address of the notification template.

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

    FromName

    Gets or sets the "From" name of the notification template.

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

    Id

    Gets or sets the ID of the notification template.

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

    Subject

    Gets or sets the subject of the notification template.

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

    TemplateUrl

    Gets or sets the URL of the notification template.

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

    Type

    Gets or sets the type of the notification template.

    Declaration
    public NotificationMessageType Type { get; set; }
    Property Value
    Type Description
    NotificationMessageType

    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