Class JobDegree
- Namespace
- Textkernel.Tx.Models.Job
- Assembly
- Textkernel.Tx.SDK.dll
A preferred/required educational degree found in a job
public class JobDegree
- Inheritance
-
JobDegree
- Inherited Members
Properties
InternationalEducationLevel
The normalized education level based on an international standard. See here.
public string InternationalEducationLevel { get; set; }
Property Value
LocalEducationLevel
The normalized education level based on the job's country. See here.
public string LocalEducationLevel { get; set; }
Property Value
Name
The name of the educational degree
public string Name { get; set; }
Property Value
Type
The type of the educational degree
public string Type { get; set; }