NotificationPayload Class
Assembly: PTS.Modules.Notifications.dll
Syntax
public class NotificationPayload
Inheritance
System.Object
NotificationPayload
Properties
CompletedOn
Declaration
public DateTime? CompletedOn { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Content
Declaration
public string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
From
Declaration
public string From { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public long Id { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Notification
Declaration
public virtual Notification Notification { get; set; }
Property Value
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Status
Declaration
public NotificationStatus Status { get; set; }
Property Value
Subject
Declaration
public string Subject { get; set; }
Property Value
Type |
Description |
System.String |
|
To
Declaration
public string To { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public NotificationPayloadType Type { get; set; }
Property Value
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