Click or drag to resize
TaxonChange Class
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
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataTaxonChange

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

The TaxonChange type exposes the following members.

Constructors
  NameDescription
Public methodTaxonChange
Initializes a new instance of the TaxonChange class
Top
Properties
  NameDescription
Public propertyCategory
Category for current taxon.
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
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