Click or drag to resize
IPictureRelation Interface
This interface represents a picture relation.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface IPictureRelation : IDataId64

The IPictureRelation type exposes the following members.

Properties
  NameDescription
Public propertyDataContext
Meta information about this data.
Public propertyIsRecommended
Indicates if the picture that is referenced in this relation is the recommended picture for the related object.
Public propertyObjectGuid
GUID for the object that is related to a picture.
Public propertyPictureId
Id for the picture that the object is related to.
Public propertySortOrder
Sort order among pictures that are related to the same object.
Public propertyType
Type of picture relation.
Top
See Also