Click or drag to resize
ITaxon Interface
Information about a taxon.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public interface ITaxon : IDataId32

The ITaxon type exposes the following members.

Properties
  NameDescription
Public propertyAlertStatus
Alert status for this 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
Change status for this taxon. Indicates if this taxon has been lumped, splited or deleted.
Public propertyCommonName
Recommended common name. Not all taxa has a recommended common name.
Public propertyCreatedBy
Id of user that created the taxon. Mandatory ie always required.
Public propertyCreatedByPerson
Name of the person who created this taxon. Not required ie could be null.
Public propertyCreatedDate
The taxon was created at this date. Mandatory ie always required.
Public propertyDataContext
Data context with meta information about this object.
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 propertyIsInRevision
Indicates if this taxon is in a checked out revision and may be updated.
Public propertyIsMicrospecies
Indicates that a specie is a microspecies
Public propertyIsPublished
Indicates if the information in this taxon instance has been published or not.
Public propertyIsValid
Indicates if this taxon is valid or not.
Public propertyModifiedBy
Taxon was modified by the user with this id.
Public propertyModifiedByPerson
Name of the person who last modified this 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 propertyRevisionId
If this taxon is in a checked out revision then this is the RevisionId; otherwise null.
Public propertyScientificName
Recommended scientific name.
Public propertySortOrder
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
Methods
  NameDescription
Public methodGetAllChildTaxonRelations
Get all valid child taxon relations.
Public methodGetAllParentTaxonRelations
Get all parent taxon relations.
Public methodGetCheckedOutChangesParentTaxa
Delivers all currently valid direct parent taxa for this taxon while in a revision
Public methodGetCheckedOutChangesTaxonName
Gets CheckedOutChangesTaxonName.
Public methodGetCheckedOutChangesTaxonProperties
Delivers the current valid TaxonProperty object for a taxon when in a revision
Public methodGetChildTaxonTree
Get child taxon tree. Returned taxon tree node is related to this taxon, which is the top of the child taxon tree.
Public methodGetCommonName
Get recommended common name, ie name of type SWEDISH_NAME and recommended.
Public methodGetConceptDefinition
Full concept definition for a taxon. Not required ie could be null.
Public methodGetCreatedByPersonFullName
Gets the Name of the Person that has created this taxon.
Public methodGetCurrentTaxonNames
Get currently valid taxon names.
Public methodGetIdentifiers
Get taxon names where taxon name category type equals IDENTIFIER except for recommended GUID. This includes ITIS_NAME, ITIS_NUMBER, NN_CODE and ERMS:Name.
Public methodGetMisappliedNames
Get misappplied names.
Public methodGetModifiedByPerson
Last modified by the person with this name.
Public methodGetModifiedByPersonFullname
Gets the Name of the Person that has modified this taxon.
Public methodGetNearestChildTaxonRelations
Get nearest child taxon relations that are valid.
Public methodGetNearestNonValidParents
Get nearest non valid parents.
Public methodGetNearestParentTaxonRelations
Get nearest parent taxon relations that are valid.
Public methodGetNonValidParents
The get non valid parents.
Public methodGetOtherParentTaxa
Gets the other parent taxa. I.e. all secondary relations.
Public methodGetParentTaxonRelations
Public methodGetParentTaxonTree
Get parent taxon tree. Returned taxon tree node is related to this taxon, which is the bottom of the parent taxon tree.
Public methodGetProParteSynonyms
Get proParte synonyms.
Public methodGetRecommendedGuid
Get recommended GUID as String, ie name of type GUID and recommended. This method returns null if taxon has no recommended GUID.
Public methodGetReferenceRelations
Gets or sets References.
Public methodGetScientificName
Get recommended scientfic name, ie name of type SCIENTIFIC_NAME and recommended.
Public methodGetScientificNameAndAuthor
Get scientific name and author for this taxon.
Public methodGetScientificNameAndAuthorAndCommonName
Get scientific name, author and common name for this taxon.
Public methodGetSynonyms(IUserContext)
Get all synonyms. proParte synonyms are included in the result.
Public methodGetSynonyms(IUserContext, Boolean)
Get synonyms.
Public methodGetTaxonNameByVersion
Get taxon name with specified version.
Public methodGetTaxonNames
Get all taxon names.
Public methodGetTaxonNamesByCategoryId
Get all taxon names in a specific category.
Public methodGetTaxonNamesBySearchCriteria
Get taxon names that matches search criteria.
Public methodGetTaxonProperties
Gets TaxonPropertieses.
Public methodGetTaxonTree
Get taxon tree. This is the combination of both child taxon tree and parent taxon tree. Returned taxon tree node is related to this taxon, which is somewhere inside the taxon tree.
Public methodSetParentTaxa
Sets parent taxa.
Public methodSetReferenceRelations
Sets References.
Public methodSetTaxonProperties
Sets TaxonPropertieses.
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.)
Top
See Also