Click or drag to resize
ITaxonRevision Interface
Information with information related to a taxon revision.

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

The ITaxonRevision type exposes the following members.

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 propertyIsReferenceRelationsPublished
True if reference relations are published to Artfakta
Public propertyIsSpeciesFactPublished
True if species facts are published to Artfakta
Public propertyRootTaxon
Root taxon for this revision. The root taxon defines the scoop of the revision. This must not be the same taxon as the root taxon for the whole taxon tree.
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.)
Top
See Also