Class MoAircraftAugmentationType
A data type for additional information about an nc:Aircraft.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class MoAircraftAugmentationType : IEquatable<MoAircraftAugmentationType>
Properties
CallSignIdentification
An identification of any combination of characters or pronounceable words, which identifies a communication facility, a command, an authority, an activity, or a unit; used primarily for establishing and maintaining communications. NIEM reference is mo:CallSignIdentification
Declaration
[DataMember(Name = "callSignIdentification")]
public List<NcIdentificationType> CallSignIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification of any combination of characters or pronounceable words, which identifies a communication facility, a command, an authority, an activity, or a unit; used primarily for establishing and maintaining communications. NIEM reference is mo:CallSignIdentification |
Context
moAircraftAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public MoAircraftAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<MoAircraftAugmentationType.ContextEnum> | moAircraftAugmentationType JSON-LD context |
Methods
Equals(MoAircraftAugmentationType)
Returns true if MoAircraftAugmentationType instances are equal
Declaration
public bool Equals(MoAircraftAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
MoAircraftAugmentationType | other | Instance of MoAircraftAugmentationType 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(MoAircraftAugmentationType, MoAircraftAugmentationType)
Declaration
public static bool operator ==(MoAircraftAugmentationType left, MoAircraftAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
MoAircraftAugmentationType | left | |
MoAircraftAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(MoAircraftAugmentationType, MoAircraftAugmentationType)
Declaration
public static bool operator !=(MoAircraftAugmentationType left, MoAircraftAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
MoAircraftAugmentationType | left | |
MoAircraftAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |