Group
Show / Hide Table of Contents

Class CandidateReference

A reference found on a resume

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

Properties

| Improve this Doc View Source

Company

The employer of the reference

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

EmailAddresses

Email addresses listed for the reference

Declaration
public List<string> EmailAddresses { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

Location

The physical location of the reference

Declaration
public Location Location { get; set; }
Property Value
Type Description
Location
| Improve this Doc View Source

ReferenceName

The name of the reference

Declaration
public PersonName ReferenceName { get; set; }
Property Value
Type Description
PersonName
| Improve this Doc View Source

Telephones

Phone numbers listed for the reference

Declaration
public List<NormalizedString> Telephones { get; set; }
Property Value
Type Description
System.Collections.Generic.List<NormalizedString>
| Improve this Doc View Source

Title

The job title of the reference

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

Type

The type of reference

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

WebAddresses

Other web addresses listed for the reference

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