Table of Contents

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

string

Birthplace

The birthplace of the candidate

public string Birthplace { get; set; }

Property Value

string

CurrentLocation

The current location listed on the resume

public string CurrentLocation { get; set; }

Property Value

string

CurrentSalary

The current salary listed on the resume

public Salary CurrentSalary { get; set; }

Property Value

Salary

DateOfBirth

The date of birth given on the resume

public TxDate DateOfBirth { get; set; }

Property Value

TxDate

DrivingLicense

A driving license listed on the resume

public string DrivingLicense { get; set; }

Property Value

string

FamilyComposition

The family composition

public string FamilyComposition { get; set; }

Property Value

string

FathersName

The candidate's father's name listed on the resume

public string FathersName { get; set; }

Property Value

string

Gender

The candidate's gender listed on the resume

public string Gender { get; set; }

Property Value

string

HukouArea

Used in Chinese resumes

public string HukouArea { get; set; }

Property Value

string

HukouCity

Used in Chinese resumes

public string HukouCity { get; set; }

Property Value

string

MaritalStatus

The marital status listed on the resume

public string MaritalStatus { get; set; }

Property Value

string

MotherTongue

The candidate's mother tongue (native language) listed on the resume

public string MotherTongue { get; set; }

Property Value

string

MothersMaidenName

The candidate's mother's maiden name listed on the resume

public string MothersMaidenName { get; set; }

Property Value

string

NationalIdentities

Any national identities provided on the resume

public List<NationalIdentity> NationalIdentities { get; set; }

Property Value

List<NationalIdentity>

Nationality

The candidate's nationality listed on the resume

public string Nationality { get; set; }

Property Value

string

PassportNumber

The candidate's passport number listed on the resume

public string PassportNumber { get; set; }

Property Value

string

PreferredLocation

The candidate's preferred location listed on the resume

public string PreferredLocation { get; set; }

Property Value

string

RequiredSalary

The candidate's required salary listed on the resume

public Salary RequiredSalary { get; set; }

Property Value

Salary

VisaStatus

The candidate's visa status listed on the resume

public string VisaStatus { get; set; }

Property Value

string

WillingToRelocate

Whether the candidate is willing to relocate

public string WillingToRelocate { get; set; }

Property Value

string