Notification Class
Assembly: PTS.Modules.Notifications.dll
Syntax
public class Notification : IOwnedRecord, IHasGuid
Inheritance
System.Object
Notification
Properties
ActionCode
Declaration
public int ActionCode { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Attachments
Declaration
public virtual ICollection<NotificationAttachment> Attachments { get; set; }
Property Value
CompletedOn
Declaration
public DateTime? CompletedOn { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
CreatedOn
Declaration
public DateTime CreatedOn { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
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 |
|
Language
Declaration
public LanguageCode Language { get; set; }
Property Value
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Payloads
Declaration
public virtual ICollection<NotificationPayload> Payloads { get; set; }
Property Value
ProfileLinks
Declaration
public virtual ICollection<NotificationProfileLink> ProfileLinks { get; set; }
Property Value
ReadStatus
Declaration
public ReadStatus ReadStatus { get; set; }
Property Value
SenderName
Declaration
public string SenderName { get; set; }
Property Value
Type |
Description |
System.String |
|
SendOn
Declaration
public DateTime SendOn { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Status
Declaration
public NotificationStatus Status { get; set; }
Property Value
Template
Declaration
public virtual NotificationTemplate Template { get; set; }
Property Value
TemplateId
Declaration
public long? TemplateId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
TemplateOwnerId
Declaration
public long? TemplateOwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Type
Declaration
public NotificationType Type { 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