Click or drag to resize
WebDyntaxaRevisionReferenceRelation Class
This class represents a reference relation in Dyntaxa that is used during Revision to save state until the revision is checked in.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebDyntaxaRevisionReferenceRelation

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebDyntaxaRevisionReferenceRelation : WebData

The WebDyntaxaRevisionReferenceRelation type exposes the following members.

Constructors
  NameDescription
Public methodWebDyntaxaRevisionReferenceRelation
Initializes a new instance of the WebDyntaxaRevisionReferenceRelation 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 propertyId
Unique id for this dyntaxa revision reference relation.
Public propertyIsChangedInRevisionEventIdSpecified
Specifies if property ChangedInRevisionEventId contains a value or not.
Public propertyIsPublished
Indicates if this species fact has been published.
Public propertyIsRevisionEventIdSpecified
Specifies if property RevisionEventId contains a value or not.
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