Click or drag to resize

ESDRecordMakerModel Class

Ecommerce Standards Record that holds data for a single model created or assembled by a maker/manufacturer. Each model is made up of a collection of products or raw materials.
Inheritance Hierarchy
SystemObject
  EcommerceStandardsDocumentsESDRecordMakerModel

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

The ESDRecordMakerModel type exposes the following members.

Constructors
  NameDescription
Public methodESDRecordMakerModel
Initializes a new instance of the ESDRecordMakerModel class
Top
Properties
  NameDescription
Public propertyattributes
list of attributes and values associated to the model. This allows almost any kind of data to be set against the model in the form of attribute key value pairs
Public propertycreatedDate
Date that the model was created. This date may be considered an internal date only relevant to the maker completing production of the first model. Date is in the form of a number in milliseconds since the 01-01-1970 12:00am Epoch in UTC time-zone
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 propertygroupClass
Class that allows the model to be grouped with other models of the same type.
Public propertyinternalID
Stores an identifier that is relevant only to the system referencing and storing the record for its own needs.
Public propertykeyMakerID
Key of the maker/manufacturer that creates or assembles the model.
Public propertykeyMakerModelID
Key that allows the maker's model record to be uniquely identified and linked to.
Public propertymodelCode
Code of the model. May or may not be a unqiue identifier.
Public propertymodelSearchCode
Code that allows the model to searched on. This search code may or may not be unique, and would typically contain key words that allows the model to be found.
Public propertymodelSubCode
Secondary code of the model which may be used further identify it.
Public propertyname
Name of the model.
Public propertyreleasedDate
Date that the model was released by the maker/manufacturer. This date may be designated by the maker as the official date that the model was first made available and known by. Date is in the form of a number in milliseconds since the 01-01-1970 12:00am Epoch in UTC time-zone
Top
See Also