Click or drag to resize

ESDRecordItemGroup Class

Ecommerce Standards Record that holds data for a single item group. Each record represents a group of assigned products, downloads and/or labour.
Inheritance Hierarchy
SystemObject
  EcommerceStandardsDocumentsESDRecordItemGroup

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

The ESDRecordItemGroup type exposes the following members.

Constructors
  NameDescription
Public methodESDRecordItemGroup
Initializes a new instance of the ESDRecordItemGroup 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 propertygroupCode
Code of the group, may or may not be a unique identifier.
Public propertygroupDescription
Description of the item group.
Public propertygroupLabel
Label of item group.
Public propertyinternalID
Stores an identifier that is relevant only to the system referencing and storing the record for its own needs.
Public propertykeyDefaultDownloadID
Key download ID that denotes one download record in the group that is the default or primary representative of the group.
Public propertykeyDefaultLabourID
Key labour ID that denotes one labour record in the group that is the default or primary representative of the group.
Public propertykeyDefaultProductID
Key product ID that denotes one product record in the group that is the default or primary representative of the group.
Public propertykeyDownloadIDs
List of key download IDs that link download records to the group
Public propertykeyItemGroupID
Key of the item Group record
Public propertykeyLabourIDs
List of key labour IDs that link labour records to the group
Public propertykeyProductIDs
List of key product record IDs that link product records to the group
Top
See Also