WebTaxon Class |
Namespace: ArtDatabanken.WebService.Data
The WebTaxon type exposes the following members.
Name | Description | |
---|---|---|
AlertStatusId |
Alert status for taxon.
| |
Author |
Author of the recommended scientific name.
| |
CategoryId |
Category that this taxon belongs to.
| |
ChangeStatusId |
Indicates changes related to this taxon concept.
| |
CommonName |
Recommended common name.
Not all taxa has a recommended common name.
| |
ConceptDefinition |
Concept definition for a taxon.
Not required ie could be null.
This property is currently not used.
| |
CreatedBy |
UserId that created the record.
Set by database when inserted.
Mandatory ie always required.
| |
CreatedDate |
Date record was created.
Set by database when inserted.
Mandatory ie always required.
| |
Guid |
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.
Mandatory ie always required.
| |
Id |
TaxonId unique identification of a taxon.
Mandatory ie always required.
| |
IsGraded |
Indicates if this taxon has been graded or not.
Grading is when a taxon changes taxon category.
This property is currently not used.
| |
IsInRevision |
Indicates if this taxon is in a checked out revision
and may be updated.
| |
IsPublished |
Gets or sets IsPublished
| |
IsValid |
IsValid
true - taxon is valid.
false - taxon is NOT valid.
| |
ModifiedBy |
Id of the User that modified the record.
Set by database when record is modified.
| |
ModifiedDate |
Date taxon was modified
Set by database when revision with taxon is checked in.
| |
PartOfConceptDefinition |
Part of concept definition for a taxon.
Not required ie could be null.
| |
ScientificName |
Recommended scientific name.
| |
SortOrder |
SortOrder
Sorting order for this taxon.
| |
ValidFromDate |
Date user is valid from. Not Null. Is set to date created by default.
Mandatory ie always required.
| |
ValidToDate |
Date user is valid to. Not Null. Is set to date created + 100 years by default.
Mandatory ie always required.
|