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
EndDate
The end date for this post/job
public TxDate EndDate { get; set; }
Property Value
FoundInContext
The full text where this military post/job was found in the resume
public string FoundInContext { get; set; }
Property Value
Service
The branch/name/rank for this post/job
public MilitaryService Service { get; set; }
Property Value
StartDate
The start date for this post/job
public TxDate StartDate { get; set; }