Class OrderEventBase
Inheritance
System.Object
OrderEventBase
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public abstract class OrderEventBase : EventBase
Constructors
OrderEventBase()
Declaration
protected OrderEventBase()
Properties
CustomerId
Declaration
public int CustomerId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OrderDateUtc
Declaration
public DateTime OrderDateUtc { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
OrderNumber
Declaration
public int OrderNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OrderStatus
Declaration
public string OrderStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
OrderType
Declaration
public string OrderType { get; set; }
Property Value
Type |
Description |
System.String |
|