NotificationTemplateGroup Class
Assembly: PTS.Modules.Notifications.dll
Syntax
public class NotificationTemplateGroup : IOwnedRecord, IHasGuid
Inheritance
System.Object
NotificationTemplateGroup
Properties
DefaulSenderName
Declaration
public string DefaulSenderName { get; set; }
Property Value
Type |
Description |
System.String |
|
DefaultSender
Declaration
public string DefaultSender { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Status
Declaration
public State Status { get; set; }
Property Value
Templates
Declaration
public virtual ICollection<NotificationTemplate> Templates { get; set; }
Property Value
Times
Declaration
public virtual ICollection<NotificationTemplateGroupTiming> Times { get; set; }
Property Value
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