Class ImRelativeLocationAugmentationType
A data type for additional information about a relative location.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class ImRelativeLocationAugmentationType : IEquatable<ImRelativeLocationAugmentationType>
Properties
Context
imRelativeLocationAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ImRelativeLocationAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ImRelativeLocationAugmentationType.ContextEnum> | imRelativeLocationAugmentationType JSON-LD context |
RelativeLocationDistanceMeasure
A measure of the distance from the location relative to a starting point. NIEM reference is im:RelativeLocationDistanceMeasure
Declaration
[DataMember(Name = "relativeLocationDistanceMeasure")]
public List<NcLengthMeasureType> RelativeLocationDistanceMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcLengthMeasureType> | A measure of the distance from the location relative to a starting point. NIEM reference is im:RelativeLocationDistanceMeasure |
Methods
Equals(ImRelativeLocationAugmentationType)
Returns true if ImRelativeLocationAugmentationType instances are equal
Declaration
public bool Equals(ImRelativeLocationAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
ImRelativeLocationAugmentationType | other | Instance of ImRelativeLocationAugmentationType 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(ImRelativeLocationAugmentationType, ImRelativeLocationAugmentationType)
Declaration
public static bool operator ==(ImRelativeLocationAugmentationType left, ImRelativeLocationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ImRelativeLocationAugmentationType | left | |
ImRelativeLocationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ImRelativeLocationAugmentationType, ImRelativeLocationAugmentationType)
Declaration
public static bool operator !=(ImRelativeLocationAugmentationType left, ImRelativeLocationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ImRelativeLocationAugmentationType | left | |
ImRelativeLocationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |