Table of Contents

Interface ITaxonomy<T>

Namespace
Textkernel.Tx.Models.Skills
Assembly
Textkernel.Tx.SDK.dll

A container to group similar skills subtaxonomies (see SubTaxonomy)

public interface ITaxonomy<T>

Type Parameters

T

Properties

Id

The id of the skills taxonomy

string Id { get; set; }

Property Value

string

Name

The human-readable name

string Name { get; set; }

Property Value

string

SubTaxonomies

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

List<T> SubTaxonomies { get; set; }

Property Value

List<T>