Group
Show / Hide Table of Contents

Class MilitaryDetails

Information about military post/job listed on a resume

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

Properties

| Improve this Doc View Source

Country

The country that the military belongs to

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

EndDate

The end date for this post/job

Declaration
public TxDate EndDate { get; set; }
Property Value
Type Description
TxDate
| Improve this Doc View Source

FoundInContext

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

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

Service

The branch/name/rank for this post/job

Declaration
public MilitaryService Service { get; set; }
Property Value
Type Description
MilitaryService
| Improve this Doc View Source

StartDate

The start date for this post/job

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