Class EmLocationAugmentationType
A data type for additional information about a location
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class EmLocationAugmentationType : IEquatable<EmLocationAugmentationType>
Properties
Context
emLocationAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public EmLocationAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EmLocationAugmentationType.ContextEnum> | emLocationAugmentationType JSON-LD context |
LocationAcronym
An acronym for the name of a Location NIEM reference is em:LocationAcronymText
Declaration
[DataMember(Name = "locationAcronym")]
public List<NcTextType> LocationAcronym { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An acronym for the name of a Location NIEM reference is em:LocationAcronymText |
LocationDirections
A set of directions to a location. NIEM reference is nc:LocationDirectionsText
Declaration
[DataMember(Name = "locationDirections")]
public List<NcTextType> LocationDirections { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A set of directions to a location. NIEM reference is nc:LocationDirectionsText |
LocationInformation
A textual details about a location NIEM reference is em:LocationInformationText
Declaration
[DataMember(Name = "locationInformation")]
public List<NcTextType> LocationInformation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A textual details about a location NIEM reference is em:LocationInformationText |
Methods
Equals(EmLocationAugmentationType)
Returns true if EmLocationAugmentationType instances are equal
Declaration
public bool Equals(EmLocationAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
EmLocationAugmentationType | other | Instance of EmLocationAugmentationType 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(EmLocationAugmentationType, EmLocationAugmentationType)
Declaration
public static bool operator ==(EmLocationAugmentationType left, EmLocationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
EmLocationAugmentationType | left | |
EmLocationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(EmLocationAugmentationType, EmLocationAugmentationType)
Declaration
public static bool operator !=(EmLocationAugmentationType left, EmLocationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
EmLocationAugmentationType | left | |
EmLocationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |