Table of Contents

Class Taxonomy

Namespace
Textkernel.Tx.Models.Skills
Assembly
Textkernel.Tx.SDK.dll
public class Taxonomy : ITaxonomy<SubTaxonomy>
Inheritance
Taxonomy
Implements
Inherited Members

Properties

Id

The id of the skills taxonomy

public string Id { get; set; }

Property Value

string

Name

The human-readable name

public string Name { get; set; }

Property Value

string

SubTaxonomies

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

public List<SubTaxonomy> SubTaxonomies { get; set; }

Property Value

List<SubTaxonomy>

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

public static List<Taxonomy> TxDefaults { get; }

Property Value

List<Taxonomy>