Class ImLocationAugmentationType
A data type for additional information about a location.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class ImLocationAugmentationType : IEquatable<ImLocationAugmentationType>
Properties
Context
imLocationAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public ImLocationAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ImLocationAugmentationType.ContextEnum> | imLocationAugmentationType JSON-LD context |
LocationAssociationBeginDate
A date on which the association with the location began. NIEM reference is im:LocationAssociationBeginDate
Declaration
[DataMember(Name = "locationAssociationBeginDate")]
public List<NcDateType> LocationAssociationBeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which the association with the location began. NIEM reference is im:LocationAssociationBeginDate |
LocationAssociationEndDate
A date on which the association with the location ended. NIEM reference is im:LocationAssociationEndDate
Declaration
[DataMember(Name = "locationAssociationEndDate")]
public List<NcDateType> LocationAssociationEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcDateType> | A date on which the association with the location ended. NIEM reference is im:LocationAssociationEndDate |
LocationNearestLargeCityName
A name of the nearest large city to a location. NIEM reference is im:LocationNearestLargeCityName
Declaration
[DataMember(Name = "locationNearestLargeCityName")]
public List<NcTextType> LocationNearestLargeCityName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A name of the nearest large city to a location. NIEM reference is im:LocationNearestLargeCityName |
Methods
Equals(ImLocationAugmentationType)
Returns true if ImLocationAugmentationType instances are equal
Declaration
public bool Equals(ImLocationAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
ImLocationAugmentationType | other | Instance of ImLocationAugmentationType 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(ImLocationAugmentationType, ImLocationAugmentationType)
Declaration
public static bool operator ==(ImLocationAugmentationType left, ImLocationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ImLocationAugmentationType | left | |
ImLocationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(ImLocationAugmentationType, ImLocationAugmentationType)
Declaration
public static bool operator !=(ImLocationAugmentationType left, ImLocationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
ImLocationAugmentationType | left | |
ImLocationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |