Class NcAircraftType
A data type for a mode of transportation capable of flying in the air.
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class NcAircraftType : NcConveyanceType, IEquatable<NcItemType>, IEquatable<NcConveyanceType>, IEquatable<NcAircraftType>
Properties
Augmentation
Additional information about an nc:Aircraft. NIEM reference is mo:AircraftAugmentation
Declaration
[DataMember(Name = "augmentation")]
public List<MoAircraftAugmentationType> Augmentation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<MoAircraftAugmentationType> | Additional information about an nc:Aircraft. NIEM reference is mo:AircraftAugmentation |
BaseAirport
A facility at which an aircraft is usually kept. NIEM reference is nc:AircraftBaseAirport
Declaration
[DataMember(Name = "baseAirport")]
public List<NcAirportType> BaseAirport { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcAirportType> | A facility at which an aircraft is usually kept. NIEM reference is nc:AircraftBaseAirport |
Context
ncAircraftType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public NcAircraftType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<NcAircraftType.ContextEnum> | ncAircraftType JSON-LD context |
FuselageColor
A color of the main body of an aircraft. NIEM reference is nc:AircraftFuselageColorText
Declaration
[DataMember(Name = "fuselageColor")]
public List<NcTextType> FuselageColor { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A color of the main body of an aircraft. NIEM reference is nc:AircraftFuselageColorText |
FuselageColorCode
A color of the main body of an aircraft. NIEM reference is j:AircraftFuselageColorCode
Declaration
[DataMember(Name = "fuselageColorCode")]
public List<NcicVCOCodeType> FuselageColorCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcicVCOCodeType> | A color of the main body of an aircraft. NIEM reference is j:AircraftFuselageColorCode |
MakeCode
A manufacturer of an aircraft. NIEM reference is j:AircraftMakeCode
Declaration
[DataMember(Name = "makeCode")]
public List<NcicVMACodeType> MakeCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcicVMACodeType> | A manufacturer of an aircraft. NIEM reference is j:AircraftMakeCode |
ModelCode
A specific design or kind of aircraft made by a manufacturer. NIEM reference is j:AircraftModelCode
Declaration
[DataMember(Name = "modelCode")]
public List<NcicVMOCodeType> ModelCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcicVMOCodeType> | A specific design or kind of aircraft made by a manufacturer. NIEM reference is j:AircraftModelCode |
StyleCode
A style of an aircraft. NIEM reference is j:AircraftStyleCode
Declaration
[DataMember(Name = "styleCode")]
public List<NcicVSTCodeType> StyleCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcicVSTCodeType> | A style of an aircraft. NIEM reference is j:AircraftStyleCode |
TailIdentification
An identification of an aircraft. NIEM reference is nc:AircraftTailIdentification
Declaration
[DataMember(Name = "tailIdentification")]
public List<NcIdentificationType> TailIdentification { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcIdentificationType> | An identification of an aircraft. NIEM reference is nc:AircraftTailIdentification |
WingColor
A color of the wings of an aircraft. NIEM reference is nc:AircraftWingColorText
Declaration
[DataMember(Name = "wingColor")]
public List<NcTextType> WingColor { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A color of the wings of an aircraft. NIEM reference is nc:AircraftWingColorText |
WingColorCode
A color of the wings of an aircraft. NIEM reference is j:AircraftWingColorCode
Declaration
[DataMember(Name = "wingColorCode")]
public List<NcicVCOCodeType> WingColorCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcicVCOCodeType> | A color of the wings of an aircraft. NIEM reference is j:AircraftWingColorCode |
Methods
Equals(NcAircraftType)
Returns true if NcAircraftType instances are equal
Declaration
public bool Equals(NcAircraftType other)
Parameters
Type | Name | Description |
---|---|---|
NcAircraftType | other | Instance of NcAircraftType 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(NcAircraftType, NcAircraftType)
Declaration
public static bool operator ==(NcAircraftType left, NcAircraftType right)
Parameters
Type | Name | Description |
---|---|---|
NcAircraftType | left | |
NcAircraftType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(NcAircraftType, NcAircraftType)
Declaration
public static bool operator !=(NcAircraftType left, NcAircraftType right)
Parameters
Type | Name | Description |
---|---|---|
NcAircraftType | left | |
NcAircraftType | right |
Returns
Type | Description |
---|---|
System.Boolean |