Group
Show / Hide Table of Contents

Class FoundSubTaxonomy

A subtaxonomy to group similar skills

Inheritance
System.Object
SubTaxonomy
FoundSubTaxonomy
JobSubTaxonomy
ResumeSubTaxonomy
Inherited Members
SubTaxonomy.SubTaxonomyId
SubTaxonomy.SubTaxonomyName
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 abstract class FoundSubTaxonomy : SubTaxonomy

Properties

| Improve this Doc View Source

PercentOfOverall

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

Declaration
public int PercentOfOverall { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PercentOfParent

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

Declaration
public int PercentOfParent { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾