OrderNotification Class
Namespace: PTS.Modules.OrderNotificationAggregate.Domain
Assembly: PTS.Modules.OrderNotificationAggregate.dll
Syntax
public class OrderNotification
Inheritance
System.Object
OrderNotification
Properties
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 |
Order
Declaration
public virtual Order Order { get; set; }
Property Value
Type | Description |
---|---|
Order |
OrderId
Declaration
public long OrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
OrderOwnerId
Declaration
public long OrderOwnerId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
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()