NotificationTemplateGroupTiming Class
Namespace: PTS.Modules.Notifications.Domain
Assembly: PTS.Modules.Notifications.dll
Syntax
public class NotificationTemplateGroupTiming : IOwnedRecord, IHasGuid
Inheritance
System.Object
NotificationTemplateGroupTiming
Properties
Group
Declaration
public virtual NotificationTemplateGroup Group { get; set; }
Property Value
Type | Description |
---|---|
NotificationTemplateGroup |
GroupId
Declaration
public long GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
GroupOwnerId
Declaration
public long GroupOwnerId { get; set; }
Property Value
Type | Description |
---|---|
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 |
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
WeekDay
Declaration
public DayOfWeek WeekDay { get; set; }
Property Value
Type | Description |
---|---|
System.DayOfWeek |
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()