Group
Show / Hide Table of Contents

Class MilitaryService

A branch/name/rank for a military post/job

Inheritance
System.Object
MilitaryService
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 MilitaryService

Properties

| Improve this Doc View Source

Branch

The branch of the military

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

Name

The name of the post/job

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

Rank

The military rank of the candidate

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