Zoological_Taxonomy_Info Class
Class stores taxonomic information for resources which have
reference to one or more taxonomic records
Namespace: SobekCM.Resource_Object.Metadata_ModulesAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
[SerializableAttribute]
public class Zoological_Taxonomy_Info : iMetadata_Module |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| Class | Gets or sets the class classification associated with this zoological taxonomy |
| Common_Name | Gets or sets the common or vernacular name associated with this zoological taxonomy |
| Family | Gets or sets the family classification associated with this zoological taxonomy |
| Genus | Gets or sets the genus classification associated with this zoological taxonomy |
| hasData | Flag indicates if this object holds any data in the subfields |
| Higher_Classification | Gets or sets higherClassification associated with this zoological taxonomy |
| Kingdom | Gets or sets the kingdom classification associated with this zoological taxonomy |
| Metadata_Search_Terms | Gets the metadata search terms and values to be saved to the database
to allow searching to occur over the data in this metadata module |
| Module_Name | Name for this metadata module |
| Order | Gets or sets the order classification associated with this zoological taxonomy |
| Phylum | Gets or sets the phylum classification associated with this zoological taxonomy |
| Scientific_Name | Gets or sets scientific name associated with this zoological taxonomy |
| Specific_Epithet | Gets or sets the name of the first or species epithet of the scientificName. |
| Taxonomic_Rank | Gets or sets the taxonomic rank of the most specific name in the scientificName as it appears in the original record. |
See Also