Group
Show / Hide Table of Contents

Class EmploymentHistory

Work history found on a resume

Inheritance
System.Object
EmploymentHistory
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.Employment
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class EmploymentHistory

Properties

| Improve this Doc View Source

ExperienceSummary

A summary of all the work history with important calculated metadata

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

Positions

A list of jobs/positions found on the resume

Declaration
public List<Position> Positions { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Position>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾