Click or drag to resize
WebTaxonRevision Properties

The WebTaxonRevision type exposes the following members.

Properties
  NameDescription
Public propertyCreatedBy
Id of user that created the taxon revision. Not null. Must be set first time the object is saved.
Public propertyCreatedDate
Date and time when the taxon revision was created. Not null. Is set by the database.
Public propertyDescription
Description of the revision.
Public propertyExpectedEndDate
Expected taxon revision end date.
Public propertyExpectedStartDate
Expected taxon revision start date.
Public propertyGuid
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.
Public propertyId
Id for this taxon revision.
Public propertyModifiedBy
Id of user that modified the taxon revision. Not null. Must be set each time the object is saved.
Public propertyModifiedDate
Date and time when the taxon revision was last modified. Not null. Is set by the database.
Public propertyRootTaxon
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.
Public propertyStateId
Id for the current state of the revision.
Top
See Also