Class HsMilitarySummaryAugmentationType
A data type for additional information about a person's military service.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class HsMilitarySummaryAugmentationType : IEquatable<HsMilitarySummaryAugmentationType>
Properties
Context
hsMilitarySummaryAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public HsMilitarySummaryAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<HsMilitarySummaryAugmentationType.ContextEnum> | hsMilitarySummaryAugmentationType JSON-LD context |
MilitaryInductionDate
A date a person was inducted (or will be inducted) into active service in a military. NIEM reference is hs:MilitaryInductionDate
Declaration
[DataMember(Name = "militaryInductionDate")]
public List<NcDateType> MilitaryInductionDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date a person was inducted (or will be inducted) into active service in a military. NIEM reference is hs:MilitaryInductionDate |
Methods
Equals(HsMilitarySummaryAugmentationType)
Returns true if HsMilitarySummaryAugmentationType instances are equal
Declaration
public bool Equals(HsMilitarySummaryAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
HsMilitarySummaryAugmentationType | other | Instance of HsMilitarySummaryAugmentationType 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(HsMilitarySummaryAugmentationType, HsMilitarySummaryAugmentationType)
Declaration
public static bool operator ==(HsMilitarySummaryAugmentationType left, HsMilitarySummaryAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
HsMilitarySummaryAugmentationType | left | |
HsMilitarySummaryAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(HsMilitarySummaryAugmentationType, HsMilitarySummaryAugmentationType)
Declaration
public static bool operator !=(HsMilitarySummaryAugmentationType left, HsMilitarySummaryAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
HsMilitarySummaryAugmentationType | left | |
HsMilitarySummaryAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |