Group
Show / Hide Table of Contents

Class TrainingDetails

A training history found on a resume

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

Properties

| Improve this Doc View Source

EndDate

The date the training ended

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

Entity

The name of the school or company where the training occurred.

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

Qualifications

Any text within the Text that is recognized as a qualification (such as DDS), degree (such as B.S.), or a certification (such as PMP). Each qualification is listed separately.

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

StartDate

The date the training started

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

Text

The text that was found on 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
☀
☾