Click or drag to resize
TaxonRevision Class
Class with information related to a taxon revision.
Inheritance Hierarchy

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class TaxonRevision : UpdateInformation, 
	ITaxonRevision, IUpdateInformation, IDataId32

The TaxonRevision type exposes the following members.

Constructors
  NameDescription
Public methodTaxonRevision
Initializes a new instance of the TaxonRevision class
Top
Properties
  NameDescription
Public propertyDataContext
Data context with meta information about this object.
Public propertyDescription
Description of the revision.
Public propertyExpectedEndDate
Expected taxon revision end date.
Public propertyExpectedStartDate
Expected taxon revision start date.
Public propertyGuid
GUID (Globally Unique Identifier) for this object. It is a LSID, which is unique for each version of the record holding the information included in this object. It is updated automatically by database each time information is saved.
Public propertyId
Id for the taxon revision.
Public propertyIsReferenceRelationsPublished
True if reference relations are published to Artfakta
Public propertyIsSpeciesFactPublished
True if species facts are published to Artfakta
Public propertyRootTaxon
Taxon that belongs to this revision.
Public propertyState
Current state of the revision.
Top
Methods
  NameDescription
Public methodGetReferences
Get references.
Public methodGetRevisionEvents
Get revision events.
Public methodSetReferences
Set references.
Public methodSetRevisionEvents
Set revision events.
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