Group
Show / Hide Table of Contents

Class ResumeTaxonomyRoot

A container for skills taxonomies found in a resume

Inheritance
System.Object
ResumeTaxonomyRoot
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.Resume.Skills
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class ResumeTaxonomyRoot

Properties

| Improve this Doc View Source

Root

The name of the skills list that these taxonomies belong to

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

Taxonomies

The skills taxonomies found in a resume

Declaration
public List<ResumeTaxonomy> Taxonomies { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ResumeTaxonomy>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾