Click or drag to resize
ITaxon Methods

The ITaxon type exposes the following members.

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