Click or drag to resize
TaxonSpeciesObservationCount Class
This class represents the number of observed species related to a taxon.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataTaxonSpeciesObservationCount

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class TaxonSpeciesObservationCount : ITaxonSpeciesObservationCount, 
	IDataId32

The TaxonSpeciesObservationCount type exposes the following members.

Constructors
  NameDescription
Public methodTaxonSpeciesObservationCount
Initializes a new instance of the TaxonSpeciesObservationCount class
Top
Properties
  NameDescription
Public propertyAlertStatus
Alert status taxon. A classification of the need for communication of problems related to the taxon status and recognition. Might be used to decide if description text is displayed as warning.
Public propertyAuthor
Author of the recommended scientific name.
Public propertyCategory
Category that this taxon belongs to.
Public propertyChangeStatus
ChangeStatus Indicates taxons lump-split status
Public propertyCommonName
Recommended common name. Not all taxa has a recommended common name.
Public propertyCreatedBy
User that created the record. Mandatory ie always required.
Public propertyCreatedDate
Date record was created. Set by database when inserted. Mandatory ie always required.
Public propertyDataContext
Data context.
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
Unique identification of a taxon. Mandatory ie always required.
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
Taxon was modified by the user with this id. Set by database.
Public propertyModifiedByPerson
Person for a taxon. Not required ie could be null.
Public propertyModifiedDate
Date taxon was modified. Set by database revision with taxon in 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 propertySpeciesObservationCount
Number of observed species.
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
Extension Methods
  NameDescription
Public Extension MethodAreEqual
Test if two IDataId32 references are equal.
(Defined by IDataId32Extension.)
Public Extension MethodAreNotEqual
Test if two IDataId32 references are not equal.
(Defined by IDataId32Extension.)
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