NotificationProfileLink Class
Namespace: PTS.Modules.Notifications.Domain
Assembly: PTS.Modules.Notifications.dll
Syntax
public class NotificationProfileLink
Inheritance
System.Object
NotificationProfileLink
Properties
CreatedOn
Declaration
public DateTime CreatedOn { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Notification
Declaration
public virtual Notification Notification { get; set; }
Property Value
Type | Description |
---|---|
Notification |
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 |
Profile
Declaration
public virtual Profile Profile { get; set; }
Property Value
Type | Description |
---|---|
Profile |
ProfileId
Declaration
public long ProfileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
ProfileOwnerId
Declaration
public long ProfileOwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Status
Declaration
public LinkStatus Status { get; set; }
Property Value
Type | Description |
---|---|
LinkStatus |
Type
Declaration
public NotificationProfileLinkType Type { get; set; }
Property Value
Type | Description |
---|---|
NotificationProfileLinkType |
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()