Click or drag to resize

ESDRecordImage Class

Ecommerce Standards Record that holds data associated with a single product, download, or labour image.
Inheritance Hierarchy
SystemObject
  EcommerceStandardsDocumentsESDRecordImage

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

The ESDRecordImage type exposes the following members.

Constructors
  NameDescription
Public methodESDRecordImage
Initializes a new instance of the ESDRecordImage class
Top
Properties
  NameDescription
Public propertydescription
Text to decribe details about the image
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 propertyimageFileExtension
Extension of the image file. The extension should match the extension in the imageFullFilePath property if set.
Public propertyimageFileName
Name of the image file excluding its extension. The name should match the name in the imageFullFilePath property if set.
Public propertyimageFullFilePath
Full file path to locate the image, including the image file name and extension. The file path may be a URL, or could be a path to the file in a local machine, or network file store.
Public propertyinternalID
Stores an identifier that is relevant only to the system referencing and storing the record for its own needs.
Public propertyisPrimary
Either
  • N - No
  • Y - Yes
If 'Y' then indicates that the image is the primary image of the entity (such as product, category, model etc...) that the image is associated to.
Public propertykeyCategoryID
Key of the category record that the image is set for.
Public propertykeyCategoryTreeID
Key of the category tree record that the image is set for.
Public propertykeyDownloadID
Key of the download record that the image is set for.
Public propertykeyImageID
Key that allows the image record to be uniquely identified and linked to.
Public propertykeyLabourID
Key of the labour record that the image is set for.
Public propertykeyMakerID
Key of the maker/manufacturer that creates or assembles models and products that the image is set for.
Public propertykeyMakerModelID
Key of the maker/manufacturer model record that the image is set for.
Public propertykeyProductID
Key of the product record that the image is set for.
Public propertyordering
Number to order the image by. This may be used to order a number of images that appear is a list against the same entity.
Public propertytitle
Title to label the image.
Top
See Also