Class Profession
- Namespace
- Textkernel.Tx.Models.DataEnrichment
- Assembly
- Textkernel.Tx.SDK.dll
A normalized profession from the Professions Taxonomy
public class Profession : BasicProfession
- Inheritance
-
Profession
- Derived
- Inherited Members
Properties
Class
The class which this profession belongs to.
public ProfessionClassification<int> Class { get; set; }
Property Value
Group
The group which this profession belongs to.
public ProfessionClassification<int> Group { get; set; }
Property Value
Isco
The ISCO-2008 details of this profession.
public ProfessionClassification<string> Isco { get; set; }
Property Value
Kldb2020
The KLDB-2020 details of this profession.
public ProfessionClassification<string> Kldb2020 { get; set; }
Property Value
Onet
The O*NET 2010 (deprecated) details of this profession.
public ProfessionClassification<string> Onet { get; set; }
Property Value
Onet2019
The O*NET 2019 details of this profession.
public ProfessionClassification<string> Onet2019 { get; set; }
Property Value
UkSoc2010
The UK-SOC-2010 details of this profession.
public ProfessionClassification<string> UkSoc2010 { get; set; }
Property Value
UwvBoc
The UWV-BOC details of this profession.
public ProfessionClassification<string> UwvBoc { get; set; }