Click or drag to resize
WebTaxonRelation Class
Each taxon relation connects a parent taxon with a child taxon. Current taxon tree is defined by all currently valid taxon relations.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebTaxonRelation

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 WebTaxonRelation : WebData

The WebTaxonRelation type exposes the following members.

Constructors
  NameDescription
Public methodWebTaxonRelation
Initializes a new instance of the WebTaxonRelation class
Top
Properties
  NameDescription
Public propertyChangedInTaxonRevisionEventId
This taxon relation was created or updated in this revision event.
Public propertyChildTaxonId
Id for the child taxon in this taxon relation.
Public propertyCreatedBy
Id of user that created the taxon relation. Set by database when created.
Public propertyCreatedDate
Date and time when the taxon relation was created. Set by web service when taxon relation is created.
Public propertyGuid
GUID for this taxon relation.
Public propertyId
Id for this taxon relation.
Public propertyIsChangedInTaxonRevisionEventIdSpecified
Indicates if property ChangedInRevisionEventId has been set.
Public propertyIsMainRelation
Indicates if this taxon relation is a main relation or not. Only main relations are used to form the standard taxon tree.
Public propertyIsPublished
Indicates if this taxon relation has been published or not.
Public propertyIsReplacedInTaxonRevisionEventIdSpecified
Indicates if property ReplacedInRevisionEvent has been set.
Public propertyIsValid
True if relation is valid
Public propertyModifiedBy
Last modified by the user with this id. Set by web service when taxon relation is modified.
Public propertyModifiedDate
Last modified at this date. Set by web service when taxon relation is modified.
Public propertyParentTaxonId
Id for the parent taxon in this taxon relation.
Public propertyReplacedInTaxonRevisionEventId
This taxon relation was replaced in this revision event.
Public propertySortOrder
Sort order for this taxon relation amongs other taxon relations related to the same parent taxon.
Public propertyValidFromDate
This taxon relation is valid from this date.
Public propertyValidToDate
This taxon relation is valid to this date.
Top
Methods
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