Group
Show / Hide Table of Contents

Class PersonalAttributes

Personal attributes found on a resume

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

Properties

| Improve this Doc View Source

Availability

The availability of the candidate

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

Birthplace

The birthplace of the candidate

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

CurrentLocation

The current location listed on the resume

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

CurrentSalary

The current salary listed on the resume

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

DateOfBirth

The date of birth given on the resume

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

DrivingLicense

A driving license listed on the resume

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

FamilyComposition

The family composition

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

FathersName

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

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

Gender

The candidate's gender listed on the resume

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

HukouArea

Used in Chinese resumes

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

HukouCity

Used in Chinese resumes

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

MaritalStatus

The marital status listed on the resume

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

MothersMaidenName

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

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

MotherTongue

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

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

NationalIdentities

Any national identities provided on the resume

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

Nationality

The candidate's nationality listed on the resume

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

PassportNumber

The candidate's passport number listed on the resume

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

PreferredLocation

The candidate's preferred location listed on the resume

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

RequiredSalary

The candidate's required salary listed on the resume

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

VisaStatus

The candidate's visa status listed on the resume

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

WillingToRelocate

Whether the candidate is willing to relocate

Declaration
public string WillingToRelocate { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾