Table of Contents

Class EmploymentHistory

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

Work history found on a resume

public class EmploymentHistory
Inheritance
EmploymentHistory
Inherited Members

Properties

ExperienceSummary

A summary of all the work history with important calculated metadata

public ExperienceSummary ExperienceSummary { get; set; }

Property Value

ExperienceSummary

Positions

A list of jobs/positions found on the resume

public List<Position> Positions { get; set; }

Property Value

List<Position>