Table of Contents

Class FoundSubTaxonomy

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

A subtaxonomy to group similar skills

public abstract class FoundSubTaxonomy : SubTaxonomy
Inheritance
FoundSubTaxonomy
Derived
Inherited Members

Properties

PercentOfOverall

The percent (0-100) of skills found in this subtaxonomy compared to all subtaxonomies

public int PercentOfOverall { get; set; }

Property Value

int

PercentOfParent

The percent (0-100) of skills found in this subtaxonomy compared to other subtaxonomies in the parent taxonomy

public int PercentOfParent { get; set; }

Property Value

int