Click or drag to resize

OrderListItem Class

Data transport class for orders and invoices.
Inheritance Hierarchy
SystemObject
  DataContractBase
    DataContractEntity
      Tse.EasyBook.Server.DataContractsOrderListItem

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class OrderListItem : DataContractEntity

The OrderListItem type exposes the following members.

Constructors
  NameDescription
Public methodOrderListItem
Top
Properties
  NameDescription
Public propertyCreatedBy
Which user created this order
Public propertyCreatedDate
When was the ordre created.
Public propertyDraftLines
Property DraftLines
Public propertyInvoices
Invoices. Order lines recorded.
Public propertyInvoiceTo
Contact information for the paying customer. Who is paying and hence must receive the invoice.
Public propertyInvoiceToBalance
Balance of the current customer account.
Public propertyInvoiceToContact
In case the paying customer is a company, who is the contact person for the company.
Public propertyInvoiceToCurrency
Property InvoiceToCurrency
Public propertyInvoiceToOverdue
Are any account entries on the current customers account over due
Public propertyNumber
Order number. A continuous incrementing number sequence, unique per consumer.
Top
See Also