Table of Contents

Class ApplicationDetails

Namespace
Textkernel.Tx.Models.Job
Assembly
Textkernel.Tx.SDK.dll

An object containing details about the application process

public class ApplicationDetails
Inheritance
ApplicationDetails
Inherited Members

Properties

ApplicationDeadline

Deadline to apply for the job

public TxPrimitive<DateTime> ApplicationDeadline { get; set; }

Property Value

TxPrimitive<DateTime>

ApplicationDescription

Full text description of the application process

public string ApplicationDescription { get; set; }

Property Value

string

ContactEmail

Displayable email of the organization. Can contain multiple values (concatenated by comma)

public string ContactEmail { get; set; }

Property Value

string

ContactPerson

Full name of the main contact person for the application

public string ContactPerson { get; set; }

Property Value

string

ContactPhone

Normalized phone of the organization with international calling prefix. Can contain multiple values (concatenated by comma)

public string ContactPhone { get; set; }

Property Value

string

PostedDate

Date the job was posted

public TxPrimitive<DateTime> PostedDate { get; set; }

Property Value

TxPrimitive<DateTime>

ReferenceNumber

Any reference number found for the job application

public string ReferenceNumber { get; set; }

Property Value

string

Website

Validated and normalized displayable website of the organization. Can contain multiple values (concatenated by comma)

public string Website { get; set; }

Property Value

string