Class Nc401LocationHeightMeasureAugmentationType
A data type for additional information about a location height.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class Nc401LocationHeightMeasureAugmentationType : IEquatable<Nc401LocationHeightMeasureAugmentationType>
Properties
Context
nc-4.0.1LocationHeightMeasureAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public Nc401LocationHeightMeasureAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<Nc401LocationHeightMeasureAugmentationType.ContextEnum> | nc-4.0.1LocationHeightMeasureAugmentationType JSON-LD context |
LengthUnitCode
A unit of measure of a length value. NIEM reference is nc:LengthUnitCode
Declaration
[DataMember(Name = "lengthUnitCode")]
public List<UneceLengthCodeType> LengthUnitCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UneceLengthCodeType> | A unit of measure of a length value. NIEM reference is nc:LengthUnitCode |
VehicleOdometerReadingUnitCode
A unit which qualifies a reading measured by an odometer. NIEM reference is j:VehicleOdometerReadingUnitCode
Declaration
[DataMember(Name = "vehicleOdometerReadingUnitCode")]
public List<AamvaD20VehicleOdometerReadingUnitCodeType> VehicleOdometerReadingUnitCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AamvaD20VehicleOdometerReadingUnitCodeType> | A unit which qualifies a reading measured by an odometer. NIEM reference is j:VehicleOdometerReadingUnitCode |
Methods
Equals(Nc401LocationHeightMeasureAugmentationType)
Returns true if Nc401LocationHeightMeasureAugmentationType instances are equal
Declaration
public bool Equals(Nc401LocationHeightMeasureAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
Nc401LocationHeightMeasureAugmentationType | other | Instance of Nc401LocationHeightMeasureAugmentationType 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(Nc401LocationHeightMeasureAugmentationType, Nc401LocationHeightMeasureAugmentationType)
Declaration
public static bool operator ==(Nc401LocationHeightMeasureAugmentationType left, Nc401LocationHeightMeasureAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
Nc401LocationHeightMeasureAugmentationType | left | |
Nc401LocationHeightMeasureAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(Nc401LocationHeightMeasureAugmentationType, Nc401LocationHeightMeasureAugmentationType)
Declaration
public static bool operator !=(Nc401LocationHeightMeasureAugmentationType left, Nc401LocationHeightMeasureAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
Nc401LocationHeightMeasureAugmentationType | left | |
Nc401LocationHeightMeasureAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |