Click or drag to resize
WebTaxonRevision Class
Class with information related to a taxon revision.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebData
    ArtDatabanken.WebService.DataWebTaxonRevision

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class WebTaxonRevision : WebData

The WebTaxonRevision type exposes the following members.

Constructors
  NameDescription
Public methodWebTaxonRevision
Initializes a new instance of the WebTaxonRevision class
Top
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
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also