Class NcVolumeMeasureType
A data type for a measure of an amount of space.
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class NcVolumeMeasureType : NcMeasureType, IEquatable<NcMeasureType>, IEquatable<NcVolumeMeasureType>
Properties
Context
ncVolumeMeasureType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public NcVolumeMeasureType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<NcVolumeMeasureType.ContextEnum> | ncVolumeMeasureType JSON-LD context |
EngineDisplacementUnitCode
A unit of measurement for the displacement of a conveyance engine. NIEM reference is j:EngineDisplacementUnitCode
Declaration
[DataMember(Name = "engineDisplacementUnitCode")]
public List<JEngineDisplacementUnitCodeType> EngineDisplacementUnitCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<JEngineDisplacementUnitCodeType> | A unit of measurement for the displacement of a conveyance engine. NIEM reference is j:EngineDisplacementUnitCode |
EngineDisplacementUnitNcicCode
A kind of measurement unit used to quantify power/displacement. NIEM reference is j:EngineDisplacementUnitNCICCode
Declaration
[DataMember(Name = "engineDisplacementUnitNcicCode")]
public List<NcicVehicleEPDCodeType> EngineDisplacementUnitNcicCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcicVehicleEPDCodeType> | A kind of measurement unit used to quantify power/displacement. NIEM reference is j:EngineDisplacementUnitNCICCode |
VolumeUnitCode
A unit of measure for volume. NIEM reference is nc:VolumeUnitCode
Declaration
[DataMember(Name = "volumeUnitCode")]
public List<UneceVolumeUnitCodeType> VolumeUnitCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UneceVolumeUnitCodeType> | A unit of measure for volume. NIEM reference is nc:VolumeUnitCode |
Methods
Equals(NcVolumeMeasureType)
Returns true if NcVolumeMeasureType instances are equal
Declaration
public bool Equals(NcVolumeMeasureType other)
Parameters
Type | Name | Description |
---|---|---|
NcVolumeMeasureType | other | Instance of NcVolumeMeasureType 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(NcVolumeMeasureType, NcVolumeMeasureType)
Declaration
public static bool operator ==(NcVolumeMeasureType left, NcVolumeMeasureType right)
Parameters
Type | Name | Description |
---|---|---|
NcVolumeMeasureType | left | |
NcVolumeMeasureType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(NcVolumeMeasureType, NcVolumeMeasureType)
Declaration
public static bool operator !=(NcVolumeMeasureType left, NcVolumeMeasureType right)
Parameters
Type | Name | Description |
---|---|---|
NcVolumeMeasureType | left | |
NcVolumeMeasureType | right |
Returns
Type | Description |
---|---|
System.Boolean |