Table of Contents

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

ProfessionClassification<int>

Group

The group which this profession belongs to.

public ProfessionClassification<int> Group { get; set; }

Property Value

ProfessionClassification<int>

Isco

The ISCO-2008 details of this profession.

public ProfessionClassification<string> Isco { get; set; }

Property Value

ProfessionClassification<string>

Kldb2020

The KLDB-2020 details of this profession.

public ProfessionClassification<string> Kldb2020 { get; set; }

Property Value

ProfessionClassification<string>

Onet

The O*NET 2010 (deprecated) details of this profession.

public ProfessionClassification<string> Onet { get; set; }

Property Value

ProfessionClassification<string>

Onet2019

The O*NET 2019 details of this profession.

public ProfessionClassification<string> Onet2019 { get; set; }

Property Value

ProfessionClassification<string>

UkSoc2010

The UK-SOC-2010 details of this profession.

public ProfessionClassification<string> UkSoc2010 { get; set; }

Property Value

ProfessionClassification<string>

UwvBoc

The UWV-BOC details of this profession.

public ProfessionClassification<string> UwvBoc { get; set; }

Property Value

ProfessionClassification<string>