Click or drag to resize
TaxonRelation 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

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class TaxonRelation : Trackable, 
	ITaxonRelation, IDataId32

The TaxonRelation type exposes the following members.

Constructors
  NameDescription
Public methodTaxonRelation
Initializes a new instance of the TaxonRelation class
Top
Properties
  NameDescription
Public propertyChangedInTaxonRevisionEventId
Gets or sets LumpSplitEvent.
Public propertyChildTaxon
Child taxon in this taxon relation.
Public propertyCreatedBy
Gets or sets CreatedBy.
Public propertyCreatedDate
Gets or sets CreatedDate.
Public propertyDataContext
Data context.
Public propertyGuid
Gets or sets GUID.
Public propertyId
Gets or sets Id.
Public propertyIsMainRelation
Gets or sets IsMainRelation.
Public propertyIsPublished
Gets or sets IsPublished.
Public propertyModifiedBy
Gets or sets ModifiedBy.
Public propertyModifiedByPerson
Gets or sets PersonName.
Public propertyModifiedDate
Gets or sets ModifiedDate.
Public propertyParentTaxon
Parent taxon in this taxon relation.
Public propertyReplacedInTaxonRevisionEventId
Gets or sets ChangedInRevisionEvent.
Public propertySortOrder
Gets or sets SortOrder.
Public propertyValidFromDate
Gets or sets ValidFromDate.
Public propertyValidToDate
Gets or sets ValidToDate.
Top
Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified taxon relation is equal to the current taxon.
(Overrides ObjectEquals(Object).)
Public methodEquals(TaxonRelation)
Determines whether the specified taxon relation is equal to the current taxon relation.
Public methodGetHashCode
Returns the hash code for this taxon relation.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
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.)
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