Class JobTaxonomyRoot
- Namespace
- Textkernel.Tx.Models.Job.Skills
- Assembly
- Textkernel.Tx.SDK.dll
A container for skills taxonomies found in a job
public class JobTaxonomyRoot
- Inheritance
-
JobTaxonomyRoot
- Inherited Members
Properties
Root
The name of the skills list that these taxonomies belong to
public string Root { get; set; }
Property Value
Taxonomies
The taxonomies found in a job
public List<JobTaxonomy> Taxonomies { get; set; }