Group
Show / Hide Table of Contents

Class Profession

A normalized profession from the Professions Taxonomy

Inheritance
System.Object
BasicProfession
Profession
NormalizedProfession
ProfessionMultipleDescriptions
Inherited Members
BasicProfession.CodeId
BasicProfession.Description
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.DataEnrichment
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class Profession : BasicProfession

Properties

| Improve this Doc View Source

Class

The class which this profession belongs to.

Declaration
public ProfessionClassification<int> Class { get; set; }
Property Value
Type Description
ProfessionClassification<System.Int32>
| Improve this Doc View Source

Group

The group which this profession belongs to.

Declaration
public ProfessionClassification<int> Group { get; set; }
Property Value
Type Description
ProfessionClassification<System.Int32>
| Improve this Doc View Source

Isco

The ISCO-2008 details of this profession.

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

Kldb2020

The KLDB-2020 details of this profession.

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

Onet

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

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

Onet2019

The O*NET 2019 details of this profession.

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

UkSoc2010

The UK-SOC-2010 details of this profession.

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

UwvBoc

The UWV-BOC details of this profession.

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