Click or drag to resize

PictureInformationEntity Class

A class used to show what pictures are stored in the database
Inheritance Hierarchy
SystemObject
  AMCS.Elemos.IntegrationService.Entity.ImagesPictureInformationEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Images
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class PictureInformationEntity

The PictureInformationEntity type exposes the following members.

Constructors
  NameDescription
Public methodPictureInformationEntity
Initializes a new instance of the PictureInformationEntity class
Top
Properties
  NameDescription
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyDescription
Gets or sets the description.
Public propertyPictureId
Gets or sets the picture identifier.
Public propertyPictureTypeId
Gets or sets the picture type identifier.
Top
See Also