Group
Show / Hide Table of Contents

Class EducationDetails

An education entry on a resume

Inheritance
System.Object
EducationDetails
Inherited Members
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.Resume.Education
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class EducationDetails

Properties

| Improve this Doc View Source

Degree

The degree obtained (or worked toward)

Declaration
public Degree Degree { get; set; }
Property Value
Type Description
Degree
| Improve this Doc View Source

EndDate

The date graduated or education ended

Declaration
public TxDate EndDate { get; set; }
Property Value
Type Description
TxDate
| Improve this Doc View Source

GPA

The GPA/marks listed on the resume

Declaration
public GradePointAverage GPA { get; set; }
Property Value
Type Description
GradePointAverage
| Improve this Doc View Source

Graduated

Whether or not the candidate graduated

Declaration
public TxPrimitive<bool> Graduated { get; set; }
Property Value
Type Description
TxPrimitive<System.Boolean>
| Improve this Doc View Source

Id

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

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

LastEducationDate

The date graduated or education ended

Declaration
[Obsolete("You should use the EndDate instead.")]
public TxDate LastEducationDate { get; set; }
Property Value
Type Description
TxDate
| Improve this Doc View Source

Location

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

Declaration
public Location Location { get; set; }
Property Value
Type Description
Location
| Improve this Doc View Source

Majors

Any majors/areas of major focus

Declaration
public List<string> Majors { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

Minors

Any minors/areas of minor focus

Declaration
public List<string> Minors { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

SchoolName

The name of the school attended

Declaration
public NormalizedString SchoolName { get; set; }
Property Value
Type Description
NormalizedString
| Improve this Doc View Source

SchoolType

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

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

StartDate

The date education started

Declaration
public TxDate StartDate { get; set; }
Property Value
Type Description
TxDate
| Improve this Doc View Source

Text

The raw text from the resume

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