Click or drag to resize
PictureRelation Class
This class represents a picture relation.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataPictureRelation

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

The PictureRelation type exposes the following members.

Constructors
  NameDescription
Public methodPictureRelation
Initializes a new instance of the PictureRelation class
Top
Properties
  NameDescription
Public propertyDataContext
Meta information about this data.
Public propertyId
Id for this picture relation.
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
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also