Click or drag to resize
TaxonChangeStatusId Enumeration
Enum that contains all possible taxon change statuses.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public enum TaxonChangeStatusId
Members
  Member nameValueDescription
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.
Unchanged0 Unchanged taxon concept.
ValidAfterLump2 Taxon concept which resulted from a lumping of at least two taxa.
ValidAfterSplit4 One of the new taxon concepts as a result from a splitting of another taxon.
See Also