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
EmailAddresses
Email addresses listed for the reference
public List<string> EmailAddresses { get; set; }
Property Value
Location
The physical location of the reference
public Location Location { get; set; }
Property Value
ReferenceName
The name of the reference
public PersonName ReferenceName { get; set; }
Property Value
Telephones
Phone numbers listed for the reference
public List<NormalizedString> Telephones { get; set; }
Property Value
Title
The job title of the reference
public string Title { get; set; }
Property Value
Type
The type of reference
public string Type { get; set; }
Property Value
WebAddresses
Other web addresses listed for the reference
public List<WebAddress> WebAddresses { get; set; }