NotificationTemplate Class
Assembly: PTS.Modules.Notifications.dll
Syntax
public class NotificationTemplate : IOwnedRecord, IHasGuid
Inheritance
System.Object
NotificationTemplate
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Group
Declaration
public virtual NotificationTemplateGroup Group { get; set; }
Property Value
GroupId
Declaration
public long? GroupId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
GroupOwnerId
Declaration
public long? GroupOwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
Id
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Items
Declaration
public virtual ICollection<NotificationTemplateItem> Items { get; set; }
Property Value
Language
Declaration
public LanguageCode Language { get; set; }
Property Value
Notifications
Declaration
public virtual ICollection<Notification> Notifications { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<Notification> |
|
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Sender
Declaration
public string Sender { get; set; }
Property Value
Type |
Description |
System.String |
|
SenderName
Declaration
public string SenderName { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements
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()
Extension Methods