Group
Show / Hide Table of Contents

Class ApplicationDetails

An object containing details about the application process

Inheritance
System.Object
ApplicationDetails
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.Job
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class ApplicationDetails

Properties

| Improve this Doc View Source

ApplicationDeadline

Deadline to apply for the job

Declaration
public TxPrimitive<DateTime> ApplicationDeadline { get; set; }
Property Value
Type Description
TxPrimitive<System.DateTime>
| Improve this Doc View Source

ApplicationDescription

Full text description of the application process

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

ContactEmail

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

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

ContactPerson

Full name of the main contact person for the application

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

ContactPhone

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

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

PostedDate

Date the job was posted

Declaration
public TxPrimitive<DateTime> PostedDate { get; set; }
Property Value
Type Description
TxPrimitive<System.DateTime>
| Improve this Doc View Source

ReferenceNumber

Any reference number found for the job application

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

Website

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

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