Class Association
- Namespace
- Textkernel.Tx.Models.Resume
- Assembly
- Textkernel.Tx.SDK.dll
An association/organization found on a resume
public class Association
- Inheritance
-
Association
- Inherited Members
Properties
FoundInContext
The full text in which this association was found
public string FoundInContext { get; set; }
Property Value
Organization
The name of the association/organization
public string Organization { get; set; }
Property Value
Role
The role the candidate held
public string Role { get; set; }