Class MilitaryService
- Namespace
- Textkernel.Tx.Models.Resume.Military
- Assembly
- Textkernel.Tx.SDK.dll
A branch/name/rank for a military post/job
public class MilitaryService
- Inheritance
-
MilitaryService
- Inherited Members
Properties
Branch
The branch of the military
public string Branch { get; set; }
Property Value
Name
The name of the post/job
public string Name { get; set; }
Property Value
Rank
The military rank of the candidate
public string Rank { get; set; }