Group
Show / Hide Table of Contents

Class Association

An association/organization found on a resume

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

Properties

| Improve this Doc View Source

FoundInContext

The full text in which this association was found

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

Organization

The name of the association/organization

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

Role

The role the candidate held

Declaration
public string Role { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾