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
ApplicationDescription
Full text description of the application process
public string ApplicationDescription { get; set; }
Property Value
ContactEmail
Displayable email of the organization. Can contain multiple values (concatenated by comma)
public string ContactEmail { get; set; }
Property Value
ContactPerson
Full name of the main contact person for the application
public string ContactPerson { get; set; }
Property Value
ContactPhone
Normalized phone of the organization with international calling prefix. Can contain multiple values (concatenated by comma)
public string ContactPhone { get; set; }
Property Value
PostedDate
Date the job was posted
public TxPrimitive<DateTime> PostedDate { get; set; }
Property Value
ReferenceNumber
Any reference number found for the job application
public string ReferenceNumber { get; set; }
Property Value
Website
Validated and normalized displayable website of the organization. Can contain multiple values (concatenated by comma)
public string Website { get; set; }