Order
Namespace: Babel.Data Assembly: Babel.Data.dll
Represents an order in the system.
Inheritance
object ← EntityTracker ← Order
Implements
Inherited Members
EntityTracker.SetWithNotify<T>(T, ref T, string), EntityTracker.IsDirty, EntityTracker.PropertyChanged, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Order()
Properties
CreatedAt
Gets or sets the date and time the order was created.
Property Value
CreatedBy
Gets or sets the user who created the order.
Property Value
CreatedById
Gets or sets the ID of the user who created the order.
Property Value
Currency
Gets or sets the currency of the order.
Property Value
Customer
Gets or sets the customer associated with the order.
Property Value
CustomerId
Gets or sets the ID of the customer associated with the order.
Property Value
int?
Description
Gets or sets the description of the order.
Property Value
Downloads
Gets or sets the collection of downloads associated with the order.
Property Value
Id
Gets or sets the ID of the order.
Property Value
InvoiceNumber
Gets or sets the invoice number associated with the order.
Property Value
Licenses
Gets or sets the collection of licenses associated with the order.
Property Value
Meta
Gets or sets the metadata.
Property Value
OrderNumber
Gets or sets the order number.
Property Value
OrderResources
Gets or sets the collection of order resources associated with the order.
Property Value
PaymentDate
Gets or sets the date and time the payment was made for the order.
Property Value
PaymentNumber
Gets or sets the payment number of the order.
Property Value
PaymentStatus
Gets or sets the payment status of the order.
Property Value
PaymentType
Gets or sets the payment type of the order.
Property Value
ProcessedBy
Gets or sets the name of the user who processed the order.
Property Value
ProductOrders
Gets or sets the collection of product orders associated with the order.
Property Value
PurchaseOrder
Gets or sets the purchase order number.
Property Value
Reseller
Gets or sets the reseller associated with the order.
Property Value
ResellerId
Gets or sets the ID of the reseller associated with the order.
Property Value
int?
Status
Gets or sets the status of the order.
Property Value
Total
Gets or sets the total amount of the order.
Property Value
UpdatedAt
Gets or sets the date and time the order was last updated.
Property Value
Last updated