Class MoSpeedMeasureAugmentationType
A data type for additional information about an nc:SpeedMeasure.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class MoSpeedMeasureAugmentationType : IEquatable<MoSpeedMeasureAugmentationType>
Properties
Context
moSpeedMeasureAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public MoSpeedMeasureAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<MoSpeedMeasureAugmentationType.ContextEnum> | moSpeedMeasureAugmentationType JSON-LD context |
SigmaErrorValue
A magnitude of a one-sigma deviation of a normal (Gaussian) distribution followed by the true value of the quantity. NIEM reference is nc:sigmaErrorValue
Declaration
[DataMember(Name = "sigmaErrorValue")]
public decimal? SigmaErrorValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | A magnitude of a one-sigma deviation of a normal (Gaussian) distribution followed by the true value of the quantity. NIEM reference is nc:sigmaErrorValue |
Methods
Equals(MoSpeedMeasureAugmentationType)
Returns true if MoSpeedMeasureAugmentationType instances are equal
Declaration
public bool Equals(MoSpeedMeasureAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
MoSpeedMeasureAugmentationType | other | Instance of MoSpeedMeasureAugmentationType 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(MoSpeedMeasureAugmentationType, MoSpeedMeasureAugmentationType)
Declaration
public static bool operator ==(MoSpeedMeasureAugmentationType left, MoSpeedMeasureAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
MoSpeedMeasureAugmentationType | left | |
MoSpeedMeasureAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(MoSpeedMeasureAugmentationType, MoSpeedMeasureAugmentationType)
Declaration
public static bool operator !=(MoSpeedMeasureAugmentationType left, MoSpeedMeasureAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
MoSpeedMeasureAugmentationType | left | |
MoSpeedMeasureAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |