Group
Show / Hide Table of Contents

Class Taxonomy

A container to group similar skills subtaxonomies (see SubTaxonomy)

Inheritance
System.Object
Taxonomy
Implements
ITaxonomy<SubTaxonomy>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.Skills
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class Taxonomy : ITaxonomy<SubTaxonomy>

Properties

| Improve this Doc View Source

Id

The id of the skills taxonomy

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

The human-readable name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SubTaxonomies

The subtaxonomy children of this taxonomy (more specific groupings of skills)

Declaration
public List<SubTaxonomy> SubTaxonomies { get; set; }
Property Value
Type Description
System.Collections.Generic.List<SubTaxonomy>
| Improve this Doc View Source

TxDefaults

A list of all the default taxonomy/subtaxonomy. This list can also be found here: https://api.us.textkernel.com/tx/v9/scripts/lib/taxonomies.js

Declaration
public static List<Taxonomy> TxDefaults { get; }
Property Value
Type Description
System.Collections.Generic.List<Taxonomy>

Implements

ITaxonomy<T>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾