Click or drag to resize

ESDRecordStockQuantity Class

Ecommerce Standards Record that holds data for a stock unit quantity of a product, download or labour. This record typically stores stock quantity data that can updated on a frequent basis.
Inheritance Hierarchy
SystemObject
  EcommerceStandardsDocumentsESDRecordStockQuantity

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

The ESDRecordStockQuantity type exposes the following members.

Constructors
  NameDescription
Public methodESDRecordStockQuantity
Initializes a new instance of the ESDRecordStockQuantity class
Top
Properties
  NameDescription
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 set 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 propertykeyDownloadID
Key of the download record that the stock level quantity is set for
Public propertykeyLabourID
Key of the labour record that the stock level quantity is set for
Public propertykeyProductID
Key of the product record that the stock level quantity is set for
Public propertyqtyAvailable
Unit quantity of stock available to be purchased
Public propertyqtyBackordered
Unit quantity of stock that has been back ordered from a supplier
Public propertyqtyConsigned
Unit quantity of stock that has been placed at an external location (consigned)
Public propertyqtyOnHand
Unit quantity of stock on hand at its location
Public propertyqtyOrderable
Unit quantity of stock that is the maximum amount that can be ordered by a purchaser
Public propertyqtyOrdered
Unit quantity of stock that has been ordered by a purchaser
Public propertyqtyReserved
Unit quantity of stock that has been reserved for given purchasers
Top
See Also