Table of Contents

Class EducationDetails

Namespace
Textkernel.Tx.Models.Resume.Education
Assembly
Textkernel.Tx.SDK.dll

An education entry on a resume

public class EducationDetails
Inheritance
EducationDetails
Inherited Members

Properties

Degree

The degree obtained (or worked toward)

public Degree Degree { get; set; }

Property Value

Degree

EndDate

The date graduated or education ended

public TxDate EndDate { get; set; }

Property Value

TxDate

GPA

The GPA/marks listed on the resume

public GradePointAverage GPA { get; set; }

Property Value

GradePointAverage

Graduated

Whether or not the candidate graduated

public TxPrimitive<bool> Graduated { get; set; }

Property Value

TxPrimitive<bool>

Id

The id of this education entry (one-based, so EDU-1 is the first, etc)

public string Id { get; set; }

Property Value

string

LastEducationDate

The date graduated or education ended

[Obsolete("You should use the EndDate instead.")]
public TxDate LastEducationDate { get; set; }

Property Value

TxDate

Location

The Country/Region/City of the school, if found

public Location Location { get; set; }

Property Value

Location

Majors

Any majors/areas of major focus

public List<string> Majors { get; set; }

Property Value

List<string>

Minors

Any minors/areas of minor focus

public List<string> Minors { get; set; }

Property Value

List<string>

SchoolName

The name of the school attended

public NormalizedString SchoolName { get; set; }

Property Value

NormalizedString

SchoolType

The type of the school attended. One of:
UNSPECIFIED
lowerSchool
highschool
secondary
trade
professional
vocational
community
college
university

public string SchoolType { get; set; }

Property Value

string

StartDate

The date education started

public TxDate StartDate { get; set; }

Property Value

TxDate

Text

The raw text from the resume

public string Text { get; set; }

Property Value

string