Group
Show / Hide Table of Contents

Interface ITaxonomy<T>

A container to group similar skills subtaxonomies (see SubTaxonomy)

Namespace: Textkernel.Tx.Models.Skills
Assembly: Textkernel.Tx.SDK.dll
Syntax
public interface ITaxonomy<T>
Type Parameters
Name Description
T

Properties

| Improve this Doc View Source

Id

The id of the skills taxonomy

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

Name

The human-readable name

Declaration
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
List<T> SubTaxonomies { get; set; }
Property Value
Type Description
System.Collections.Generic.List<T>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾