Click or drag to resize

ESDRecordCombinationProfileField Class

Ecommerce Standards Record for storing the field data associated to a combination profile. Each field can contain any number of field-values, which allows products, downloads, and labour to be assigned to.
Inheritance Hierarchy
SystemObject
  EcommerceStandardsDocumentsESDRecordCombinationProfileField

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

The ESDRecordCombinationProfileField type exposes the following members.

Constructors
  NameDescription
Public methodESDRecordCombinationProfileField
Initializes a new instance of the ESDRecordCombinationProfileField 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 propertyfieldName
Name of the field
Public propertyfieldValueIDs
List of field value IDs. Each value ID uniquely identifies the field value. Ensure that the length of the list matches the fieldValues array
Public propertyfieldValues
List of field value labels. Each label can contain any text to label the field. Ensure that the length of the list matches the fieldValueIDs array
Public propertyinternalID
Stores an identifier that is relevant only to the system referencing and storing the record for its own needs.
Public propertykeyComboProfileFieldID
Key that allows the combination profile field record to be uniquely identified and linked to.
Public propertyordering
Numeric value to order the field by. This ordering may be used when multiple fields are assigned to same combination profile
Top
See Also