NotificationTemplateItem Class
Namespace: PTS.Modules.Notifications.Domain
Assembly: PTS.Modules.Notifications.dll
Syntax
public class NotificationTemplateItem
Inheritance
System.Object
NotificationTemplateItem
Properties
Content
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Language
Declaration
public LanguageCode Language { get; set; }
Property Value
Type | Description |
---|---|
LanguageCode |
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Subject
Declaration
public string Subject { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Template
Declaration
public virtual NotificationTemplate Template { get; set; }
Property Value
Type | Description |
---|---|
NotificationTemplate |
Type
Declaration
public NotificationPayloadType Type { get; set; }
Property Value
Type | Description |
---|---|
NotificationPayloadType |
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()