Click or drag to resize
ITaxonChange Interface
Information about changes made regarding taxa. Current version includes changes regarding: - new taxon - new/edited taxon name (scientific + common) - lump/split events - taxon category changes

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface ITaxonChange

The ITaxonChange type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Category that this taxon belongs to.
Public propertyEventTypeId
Id of the type of Event that changed the taxon.
Public propertyScientificName
Recommended scientific name.
Public propertyTaxonId
TaxonId unique identification of a taxon.
Public propertyTaxonIdAfter
TaxonId for taxon involved in lump or split. Value is the id taxon got AFTER the lump/split event occurred.
Top
See Also