Group
Show / Hide Table of Contents

Class TrainingHistory

All training info found in a resume

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

Properties

| Improve this Doc View Source

Text

The full text where we found all training history

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

Trainings

Information about each training history we found

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