Table of Contents

Class MilitaryDetails

Namespace
Textkernel.Tx.Models.Resume.Military
Assembly
Textkernel.Tx.SDK.dll

Information about military post/job listed on a resume

public class MilitaryDetails
Inheritance
MilitaryDetails
Inherited Members

Properties

Country

The country that the military belongs to

public string Country { get; set; }

Property Value

string

EndDate

The end date for this post/job

public TxDate EndDate { get; set; }

Property Value

TxDate

FoundInContext

The full text where this military post/job was found in the resume

public string FoundInContext { get; set; }

Property Value

string

Service

The branch/name/rank for this post/job

public MilitaryService Service { get; set; }

Property Value

MilitaryService

StartDate

The start date for this post/job

public TxDate StartDate { get; set; }

Property Value

TxDate