Group
Show / Hide Table of Contents

Class EducationHistory

Information about education history found on a resume

Inheritance
System.Object
EducationHistory
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 EducationHistory

Properties

| Improve this Doc View Source

EducationDetails

All of the education details listed on a resume

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

HighestDegree

The highest degree obtained by a candidate

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