WebTaxonRevision Class |
Namespace: ArtDatabanken.WebService.Data
The WebTaxonRevision type exposes the following members.
Name | Description | |
---|---|---|
![]() | WebTaxonRevision | Initializes a new instance of the WebTaxonRevision class |
Name | Description | |
---|---|---|
![]() | CreatedBy |
Id of user that created the taxon revision.
Not null. Must be set first time the object is saved.
|
![]() | CreatedDate |
Date and time when the taxon revision was created.
Not null. Is set by the database.
|
![]() | Description |
Description of the revision.
|
![]() | ExpectedEndDate |
Expected taxon revision end date.
|
![]() | ExpectedStartDate |
Expected taxon revision start date.
|
![]() | Guid |
GUID (Globally Unique Identifier) for this taxon revision.
It is a LSID, which is unique for each version of the record
holding the information included in this taxon revision.
It is updated automatically by database each time information is saved.
|
![]() | Id |
Id for this taxon revision.
|
![]() | ModifiedBy |
Id of user that modified the taxon revision.
Not null. Must be set each time the object is saved.
|
![]() | ModifiedDate |
Date and time when the taxon revision was last modified.
Not null. Is set by the database.
|
![]() | RootTaxon |
Root taxon for this revision.
The root taxon defines the scoop of the revision.
This must not be the same taxon as the
root taxon for the whole taxon tree.
|
![]() | StateId |
Id for the current state of the revision.
|