Table of Contents

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

string

Organization

The name of the association/organization

public string Organization { get; set; }

Property Value

string

Role

The role the candidate held

public string Role { get; set; }

Property Value

string