Group
Show / Hide Table of Contents

Class SubTaxonomy

A subtaxonomy to group similar skills

Inheritance
System.Object
SubTaxonomy
FoundSubTaxonomy
Inherited Members
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 class SubTaxonomy

Properties

| Improve this Doc View Source

SubTaxonomyId

The id of this subtaxonomy

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

SubTaxonomyName

The human-readable name of this subtaxonomy

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