ESDRecordMakerModel Class |
Namespace: EcommerceStandardsDocuments
The ESDRecordMakerModel type exposes the following members.
Name | Description | |
---|---|---|
ESDRecordMakerModel | Initializes a new instance of the ESDRecordMakerModel class |
Name | Description | |
---|---|---|
attributes | 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 | |
createdDate | 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 | |
drop | 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. | |
groupClass | Class that allows the model to be grouped with other models of the same type. | |
internalID | Stores an identifier that is relevant only to the system referencing and storing the record for its own needs. | |
keyMakerID | Key of the maker/manufacturer that creates or assembles the model. | |
keyMakerModelID | Key that allows the maker's model record to be uniquely identified and linked to. | |
modelCode | Code of the model. May or may not be a unqiue identifier. | |
modelSearchCode | 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. | |
modelSubCode | Secondary code of the model which may be used further identify it. | |
name | Name of the model. | |
releasedDate | 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 |