LOM_TaxonPath Class
A taxonomic path in a specific classification system. Each succeeding
level is a refinement of the preceeding level. ( IEEE-LOM 9.2 )
Namespace: SobekCM.Resource_Object.Metadata_Modules.LearningObjectsAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
| C# |
|---|
[SerializableAttribute]
public class LOM_TaxonPath |
Inheritance Hierarchy
System..::..Object SobekCM.Resource_Object.Metadata_Modules.LearningObjects..::..LOM_TaxonPath
Constructors
|
| Name | Description |
|---|
 | LOM_TaxonPath | Constructor for a new instance of the LOM_TaxonPath class |
Methods
Properties
|
| Name | Description |
|---|
 | SourceNames | The name of the classification system, possibly in multiple languages ( IEEE-LOM 9.2.1 ) |
 | Taxons | Gets all taxonomic terms within this taxonomic path. Each succeeding level is a refinement of the preceeding level ( IEEE-LOM 9.2.2 ) |
See Also