Click or drag to resize
WebTaxon Class
This class represents a taxon.
Inheritance Hierarchy

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 WebTaxon : WebData

The WebTaxon type exposes the following members.

Constructors
  NameDescription
Public methodWebTaxon
Initializes a new instance of the WebTaxon class
Top
Properties
  NameDescription
Public propertyAlertStatusId
Alert status for taxon.
Public propertyAuthor
Author of the recommended scientific name.
Public propertyCategoryId
Category that this taxon belongs to.
Public propertyChangeStatusId
Indicates changes related to this taxon concept.
Public propertyCommonName
Recommended common name. Not all taxa has a recommended common name.
Public propertyConceptDefinition
Concept definition for a taxon. Not required ie could be null. This property is currently not used.
Public propertyCreatedBy
UserId that created the record. Set by database when inserted. Mandatory ie always required.
Public propertyCreatedDate
Date record was created. Set by database when inserted. Mandatory ie always required.
Public propertyGuid
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.
Public propertyId
TaxonId unique identification of a taxon. Mandatory ie always required.
Public propertyIsGraded
Indicates if this taxon has been graded or not. Grading is when a taxon changes taxon category. This property is currently not used.
Public propertyIsInRevision
Indicates if this taxon is in a checked out revision and may be updated.
Public propertyIsPublished
Gets or sets IsPublished
Public propertyIsValid
IsValid true - taxon is valid. false - taxon is NOT valid.
Public propertyModifiedBy
Id of the User that modified the record. Set by database when record is modified.
Public propertyModifiedDate
Date taxon was modified Set by database when revision with taxon is checked in.
Public propertyPartOfConceptDefinition
Part of concept definition for a taxon. Not required ie could be null.
Public propertyScientificName
Recommended scientific name.
Public propertySortOrder
SortOrder Sorting order for this taxon.
Public propertyValidFromDate
Date user is valid from. Not Null. Is set to date created by default. Mandatory ie always required.
Public propertyValidToDate
Date user is valid to. Not Null. Is set to date created + 100 years by default. Mandatory ie always required.
Top
See Also