Class JMilitarySummaryAugmentationType
A data type for additional information about a military summary.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JMilitarySummaryAugmentationType : IEquatable<JMilitarySummaryAugmentationType>
Properties
Context
jMilitarySummaryAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JMilitarySummaryAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JMilitarySummaryAugmentationType.ContextEnum> | jMilitarySummaryAugmentationType JSON-LD context |
MilitaryCountry
A country in whose military a person served. NIEM reference is nc:MilitaryCountry
Declaration
[DataMember(Name = "militaryCountry")]
public List<NcCountryType> MilitaryCountry { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcCountryType> | A country in whose military a person served. NIEM reference is nc:MilitaryCountry |
MilitaryDischargeRank
A rank at time of a person was discharged from military service. NIEM reference is j:MilitaryDischargeRankText
Declaration
[DataMember(Name = "militaryDischargeRank")]
public List<NcTextType> MilitaryDischargeRank { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A rank at time of a person was discharged from military service. NIEM reference is j:MilitaryDischargeRankText |
MilitaryDisciplinaryAction
An activity assigned to a person by the military for the purpose of self-improvement, punishment, or restitution. NIEM reference is j:MilitaryDisciplinaryAction
Declaration
[DataMember(Name = "militaryDisciplinaryAction")]
public List<NcDisciplinaryActionType> MilitaryDisciplinaryAction { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDisciplinaryActionType> | An activity assigned to a person by the military for the purpose of self-improvement, punishment, or restitution. NIEM reference is j:MilitaryDisciplinaryAction |
MilitaryDuties
A description of the duties and duty stations (locations) encompassed within period of military service. NIEM reference is j:MilitaryDutiesText
Declaration
[DataMember(Name = "militaryDuties")]
public List<NcTextType> MilitaryDuties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A description of the duties and duty stations (locations) encompassed within period of military service. NIEM reference is j:MilitaryDutiesText |
MilitaryEnlistmentDate
A date a person enlisted in the military. NIEM reference is j:MilitaryEnlistmentDate
Declaration
[DataMember(Name = "militaryEnlistmentDate")]
public List<NcDateType> MilitaryEnlistmentDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date a person enlisted in the military. NIEM reference is j:MilitaryEnlistmentDate |
MilitaryHighRank
A highest rank achieved by a person in military service. NIEM reference is j:MilitaryHighRankText
Declaration
[DataMember(Name = "militaryHighRank")]
public List<NcTextType> MilitaryHighRank { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A highest rank achieved by a person in military service. NIEM reference is j:MilitaryHighRankText |
MilitaryWorkSkill
A military occupational specialty of a person. NIEM reference is j:MilitaryWorkSkillText
Declaration
[DataMember(Name = "militaryWorkSkill")]
public List<NcTextType> MilitaryWorkSkill { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A military occupational specialty of a person. NIEM reference is j:MilitaryWorkSkillText |
Methods
Equals(JMilitarySummaryAugmentationType)
Returns true if JMilitarySummaryAugmentationType instances are equal
Declaration
public bool Equals(JMilitarySummaryAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
JMilitarySummaryAugmentationType | other | Instance of JMilitarySummaryAugmentationType to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Equals(Object)
Returns true if objects are equal
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Object to be compared |
Returns
Type | Description |
---|---|
System.Boolean | Boolean |
Overrides
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | Hash code |
Overrides
ToJson()
Returns the JSON string presentation of the object
Declaration
public string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | String presentation of the object |
Overrides
Operators
Equality(JMilitarySummaryAugmentationType, JMilitarySummaryAugmentationType)
Declaration
public static bool operator ==(JMilitarySummaryAugmentationType left, JMilitarySummaryAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JMilitarySummaryAugmentationType | left | |
JMilitarySummaryAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JMilitarySummaryAugmentationType, JMilitarySummaryAugmentationType)
Declaration
public static bool operator !=(JMilitarySummaryAugmentationType left, JMilitarySummaryAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JMilitarySummaryAugmentationType | left | |
JMilitarySummaryAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |