NotificationAttachment Class
Assembly: PTS.Modules.Notifications.dll
Syntax
public class NotificationAttachment : IOwnedRecord, IHasGuid
Inheritance
System.Object
NotificationAttachment
Properties
ExpiresOn
Declaration
public DateTime? ExpiresOn { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
File
Declaration
public virtual File File { get; set; }
Property Value
FileId
Declaration
public long? FileId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
FileOwnerId
Declaration
public long? FileOwnerId { 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 |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
Notification
Declaration
public virtual Notification Notification { get; set; }
Property Value
NotificationId
Declaration
public long NotificationId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
NotificationOwnerId
Declaration
public long NotificationOwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
OwnerId
Declaration
public long OwnerId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Payload
Declaration
public string Payload { get; set; }
Property Value
Type |
Description |
System.String |
|
Picture
Declaration
public virtual Picture Picture { get; set; }
Property Value
PictureId
Declaration
public long? PictureId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
PictureOwnerId
Declaration
public long? PictureOwnerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
SortOrder
Declaration
public int SortOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Type
Declaration
public NotificationAttachmentType 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