Click or drag to resize
IReferenceRelation Interface
Handles a relation between a reference and another object, for example Taxon or TaxonName.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface IReferenceRelation : IDataId32

The IReferenceRelation type exposes the following members.

Properties
  NameDescription
Public propertyDataContext
Data context.
Public propertyReference
Reference that the related object is associated to. This property must be set by the application before the value is retrieved.
Public propertyReferenceId
Id of the reference that the related object is associated to.
Public propertyRelatedObjectGuid
Guid for the object that the reference is related to.
Public propertyType
Type of reference relation.
Top
Extension Methods
  NameDescription
Public Extension MethodAreEqual
Test if two IDataId32 references are equal.
(Defined by IDataId32Extension.)
Public Extension MethodAreNotEqual
Test if two IDataId32 references are not equal.
(Defined by IDataId32Extension.)
Top
See Also