Table of Contents

Class CandidateReference

Namespace
Textkernel.Tx.Models.Resume
Assembly
Textkernel.Tx.SDK.dll

A reference found on a resume

public class CandidateReference
Inheritance
CandidateReference
Inherited Members

Properties

Company

The employer of the reference

public string Company { get; set; }

Property Value

string

EmailAddresses

Email addresses listed for the reference

public List<string> EmailAddresses { get; set; }

Property Value

List<string>

Location

The physical location of the reference

public Location Location { get; set; }

Property Value

Location

ReferenceName

The name of the reference

public PersonName ReferenceName { get; set; }

Property Value

PersonName

Telephones

Phone numbers listed for the reference

public List<NormalizedString> Telephones { get; set; }

Property Value

List<NormalizedString>

Title

The job title of the reference

public string Title { get; set; }

Property Value

string

Type

The type of reference

public string Type { get; set; }

Property Value

string

WebAddresses

Other web addresses listed for the reference

public List<WebAddress> WebAddresses { get; set; }

Property Value

List<WebAddress>