Class JLocationAugmentationType
A data type for additional information about a location.
Inheritance
Implements
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class JLocationAugmentationType : IEquatable<JLocationAugmentationType>
Properties
Context
jLocationAugmentationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public JLocationAugmentationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<JLocationAugmentationType.ContextEnum> | jLocationAugmentationType JSON-LD context |
LocationBlockNumber
A number identifying a section of a city enclosed by intersecting streets. NIEM reference is j:LocationBlockNumberText
Declaration
[DataMember(Name = "locationBlockNumber")]
public List<NcTextType> LocationBlockNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A number identifying a section of a city enclosed by intersecting streets. NIEM reference is j:LocationBlockNumberText |
LocationIndianNation
An American Indian nation. NIEM reference is j:LocationIndianNationText
Declaration
[DataMember(Name = "locationIndianNation")]
public List<NcTextType> LocationIndianNation { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | An American Indian nation. NIEM reference is j:LocationIndianNationText |
LocationIndianNationCode
An American Indian nation. NIEM reference is j:LocationIndianNationCode
Declaration
[DataMember(Name = "locationIndianNationCode")]
public List<NdexIndianNationCodeType> LocationIndianNationCode { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NdexIndianNationCodeType> | An American Indian nation. NIEM reference is j:LocationIndianNationCode |
LocationLotNumber
A number identifying a tract or parcel (unit) of land owned by an owner. Also called a plot. NIEM reference is j:LocationLotNumberText
Declaration
[DataMember(Name = "locationLotNumber")]
public List<NcTextType> LocationLotNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A number identifying a tract or parcel (unit) of land owned by an owner. Also called a plot. NIEM reference is j:LocationLotNumberText |
LocationRoadway
A part of the roadway where Traffic Accident occurred. NIEM reference is st:LocationRoadway
Declaration
[DataMember(Name = "locationRoadway")]
public List<StLocationRoadwayType> LocationRoadway { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<StLocationRoadwayType> | A part of the roadway where Traffic Accident occurred. NIEM reference is st:LocationRoadway |
LocationSecurityLevel
A security level of the location. NIEM reference is j:LocationSecurityLevelText
Declaration
[DataMember(Name = "locationSecurityLevel")]
public List<NcTextType> LocationSecurityLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A security level of the location. NIEM reference is j:LocationSecurityLevelText |
Methods
Equals(JLocationAugmentationType)
Returns true if JLocationAugmentationType instances are equal
Declaration
public bool Equals(JLocationAugmentationType other)
Parameters
Type | Name | Description |
---|---|---|
JLocationAugmentationType | other | Instance of JLocationAugmentationType 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(JLocationAugmentationType, JLocationAugmentationType)
Declaration
public static bool operator ==(JLocationAugmentationType left, JLocationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JLocationAugmentationType | left | |
JLocationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(JLocationAugmentationType, JLocationAugmentationType)
Declaration
public static bool operator !=(JLocationAugmentationType left, JLocationAugmentationType right)
Parameters
Type | Name | Description |
---|---|---|
JLocationAugmentationType | left | |
JLocationAugmentationType | right |
Returns
Type | Description |
---|---|
System.Boolean |