Class PersonalAttributes
- Namespace
- Textkernel.Tx.Models.Resume
- Assembly
- Textkernel.Tx.SDK.dll
Personal attributes found on a resume
public class PersonalAttributes
- Inheritance
-
PersonalAttributes
- Inherited Members
Properties
Availability
The availability of the candidate
public string Availability { get; set; }
Property Value
Birthplace
The birthplace of the candidate
public string Birthplace { get; set; }
Property Value
CurrentLocation
The current location listed on the resume
public string CurrentLocation { get; set; }
Property Value
CurrentSalary
The current salary listed on the resume
public Salary CurrentSalary { get; set; }
Property Value
DateOfBirth
The date of birth given on the resume
public TxDate DateOfBirth { get; set; }
Property Value
DrivingLicense
A driving license listed on the resume
public string DrivingLicense { get; set; }
Property Value
FamilyComposition
The family composition
public string FamilyComposition { get; set; }
Property Value
FathersName
The candidate's father's name listed on the resume
public string FathersName { get; set; }
Property Value
Gender
The candidate's gender listed on the resume
public string Gender { get; set; }
Property Value
HukouArea
Used in Chinese resumes
public string HukouArea { get; set; }
Property Value
HukouCity
Used in Chinese resumes
public string HukouCity { get; set; }
Property Value
MaritalStatus
The marital status listed on the resume
public string MaritalStatus { get; set; }
Property Value
MotherTongue
The candidate's mother tongue (native language) listed on the resume
public string MotherTongue { get; set; }
Property Value
MothersMaidenName
The candidate's mother's maiden name listed on the resume
public string MothersMaidenName { get; set; }
Property Value
NationalIdentities
Any national identities provided on the resume
public List<NationalIdentity> NationalIdentities { get; set; }
Property Value
Nationality
The candidate's nationality listed on the resume
public string Nationality { get; set; }
Property Value
PassportNumber
The candidate's passport number listed on the resume
public string PassportNumber { get; set; }
Property Value
PreferredLocation
The candidate's preferred location listed on the resume
public string PreferredLocation { get; set; }
Property Value
RequiredSalary
The candidate's required salary listed on the resume
public Salary RequiredSalary { get; set; }
Property Value
VisaStatus
The candidate's visa status listed on the resume
public string VisaStatus { get; set; }
Property Value
WillingToRelocate
Whether the candidate is willing to relocate
public string WillingToRelocate { get; set; }