Click or drag to resize

ESDRecordDeliveryNoticeLine Class

Ecommerce Standards Record that holds data for a single line in a delivery notice record. The line indicates the quantity of a product that is being delivered, or in the process thereof.
Inheritance Hierarchy
SystemObject
  EcommerceStandardsDocumentsESDRecordDeliveryNoticeLine

Namespace:  EcommerceStandardsDocuments
Assembly:  EcommerceStandardsDocuments.Library (in EcommerceStandardsDocuments.Library.dll) Version: 1.4.0.0 (1.0.0.0)

The ESDRecordDeliveryNoticeLine type exposes the following members.

Constructors
  NameDescription
Public methodESDRecordDeliveryNoticeLine
Initializes a new instance of the ESDRecordDeliveryNoticeLine class
Top
Properties
  NameDescription
Public propertycustomerProductCode
Code of the customer's product that the line is associated to
Public propertydeliveryLineCode
Code of the line in the delivery. May or may not be a unique identifier. Contains a human known identifier of the delivery notice
Public propertydrop
Data Record OPeration. Denotes an operation that may need to be performed on the record when it is being processed. Set null, or it to one of the ESD_RECORD_OPERATION constants in the ESDocumentConstants class to allow the record to be inserted, updated, deleted, or ignored.
Public propertyinternalID
Stores an identifier that is relevant only to the system referencing and storing the record for its own needs.
Public propertyinvoiceCode
Code of the invoice that the delivery is associated with. The code is the human known identifier of the invoice that the delivery line is associated to
Public propertyinvoiceLineCode
Code of the line in the invoice that the product delivery is associated with. THe code is the human known identifier of the invoice line associated to this delivery notice line
Public propertykeyCustomerInvoiceID
Unique identifier of the customer invoice within the supplier's system that the delivery is associated with.
Public propertykeyDeliveryNoticeLineID
Unique identifier of the delivery notice line.
Public propertykeyProductID
Key of the product record associated to the line. Specifies the product that is linked to the line being delivered
Public propertykeyPurchaseOrderID
Unique identifier of the purchase prder within the customer's system that the delivery is associated with.
Public propertykeySalesOrderID
Unique identifier of the sales order within the supplier's system that the delivery is associated with.
Public propertykeySellUnitID
Key of the sell unit that indicates the kind of unit that the quantity being delivered is
Public propertykeySupplierInvoiceID
Unique identifier of the supplier invoice within the customer's system that the delivery is associated with.
Public propertyproductCode
Code the product in the line.
Public propertyproductName
name of the product in the line
Public propertypurchaseOrderLineCode
Code of the line in the original purchase order associated to this delivery notice line
Public propertypurchaseOrderLineNumber
number of the line in original purchase order associated to this delivery notice line
Public propertyquantityOnDelivery
quantity of the product's units being delivered
Public propertysupplierProductCode
Code of the supplire's product that the line is associated to
Top
Methods
  NameDescription
Public methodsetDefaultValuesForNullMembers
s default values for members that have no values
Top
See Also