TaxonChangeStatusId Enumeration |
Enum that contains all possible taxon change statuses.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public enum TaxonChangeStatusId
Public Enumeration TaxonChangeStatusId
public enum class TaxonChangeStatusId
Members
| Member name | Value | Description |
---|
| InvalidDueToSplit | -4 |
The taxon concept has split into several taxa.
The taxon concept is no longer valid.
|
| InvalidDueToLump | -2 |
The taxon concept has been lumped (together with other
taxon concepts) into one new taxon concept.
The taxon concept is no longer valid.
|
| InvalidDueToDelete | -1 |
The taxon concept has been deleted.
The taxon concept is no longer valid.
|
| Unchanged | 0 |
Unchanged taxon concept.
|
| ValidAfterLump | 2 |
Taxon concept which resulted from a lumping
of at least two taxa.
|
| ValidAfterSplit | 4 |
One of the new taxon concepts as a result
from a splitting of another taxon.
|
See Also