Click or drag to resize
DyntaxaRevisionReferenceRelation Class
This class represents a Dyntaxa revision reference relation.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataDyntaxaRevisionReferenceRelation

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class DyntaxaRevisionReferenceRelation : IDyntaxaRevisionReferenceRelation

The DyntaxaRevisionReferenceRelation type exposes the following members.

Constructors
  NameDescription
Public methodDyntaxaRevisionReferenceRelation
Initializes a new instance of the DyntaxaRevisionReferenceRelation class
Top
Properties
  NameDescription
Public propertyAction
Action.
Public propertyChangedInRevisionEventId
This species fact are part of a revision if a revision event id is specified.
Public propertyCreatedBy
Id of user that created the item.
Public propertyCreatedDate
Date and time when the item was created.
Public propertyDataContext
Data context.
Public propertyId
Unique id for this dyntaxa revision reference relation.
Public propertyIsPublished
Indicates if this species fact has been published.
Public propertyModifiedBy
Last modified by the user with this id.
Public propertyModifiedDate
Last modified at this date.
Public propertyOldReferenceType
Old reference type.
Public propertyReferenceId
The Reference DB reference identifier.
Public propertyReferenceRelationId
The Reference DB Reference relation identifier.
Public propertyReferenceType
Reference type.
Public propertyRelatedObjectGUID
Related object unique identifier.
Public propertyRevisionEventId
Revision event id.
Public propertyRevisionId
Revision id.
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