Table of Contents

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

string

Name

The name of the post/job

public string Name { get; set; }

Property Value

string

Rank

The military rank of the candidate

public string Rank { get; set; }

Property Value

string