Class EmServiceCallResponseLocationType
A data type for a structure that extends nc:LocationType
Inherited Members
Namespace: NiemTypes
Assembly: EidoLib.dll
Syntax
[DataContract]
public class EmServiceCallResponseLocationType : NcLocationType, IEquatable<NcLocationType>, IEquatable<EmServiceCallResponseLocationType>
Properties
CellId
A data element for text that specifically identifies a particular cell tower. NIEM reference is em:CellIDText
Declaration
[DataMember(Name = "cellId")]
public List<NcTextType> CellId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A data element for text that specifically identifies a particular cell tower. NIEM reference is em:CellIDText |
CellSectorId
A data element for text that specifically identifies a particular cell sector. NIEM reference is em:CellSectorIDText
Declaration
[DataMember(Name = "cellSectorId")]
public List<NcTextType> CellSectorId { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A data element for text that specifically identifies a particular cell sector. NIEM reference is em:CellSectorIDText |
Context
emServiceCallResponseLocationType JSON-LD context
Declaration
[DataMember(Name = "@context")]
public EmServiceCallResponseLocationType.ContextEnum? Context { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<EmServiceCallResponseLocationType.ContextEnum> | emServiceCallResponseLocationType JSON-LD context |
CoordinateDateTime
A data element for the Date/Time that the coordinates were recorded by the device in UTC. NIEM reference is em:CoordinateDateTime
Declaration
[DataMember(Name = "coordinateDateTime")]
public List<NiemXsdateTime> CoordinateDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NiemXsdateTime> | A data element for the Date/Time that the coordinates were recorded by the device in UTC. NIEM reference is em:CoordinateDateTime |
Firebox
A data element for the name of ID of a firebox NIEM reference is em:FireboxText
Declaration
[DataMember(Name = "firebox")]
public List<NcTextType> Firebox { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A data element for the name of ID of a firebox NIEM reference is em:FireboxText |
SpeedMeasure
A measure of a speed or rate of motion. NIEM reference is nc:SpeedMeasure
Declaration
[DataMember(Name = "speedMeasure")]
public List<NcSpeedMeasureType> SpeedMeasure { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcSpeedMeasureType> | A measure of a speed or rate of motion. NIEM reference is nc:SpeedMeasure |
UncertaintyDistance
A confidence measure derived from the number of cell sites, distance of the coordinates recorded from the cell site, accuracy of measurement of the coordinates and is typically expressed in meters. NIEM reference is em:UncertaintyDistanceText
Declaration
[DataMember(Name = "uncertaintyDistance")]
public List<NcTextType> UncertaintyDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<NcTextType> | A confidence measure derived from the number of cell sites, distance of the coordinates recorded from the cell site, accuracy of measurement of the coordinates and is typically expressed in meters. NIEM reference is em:UncertaintyDistanceText |
Methods
Equals(EmServiceCallResponseLocationType)
Returns true if EmServiceCallResponseLocationType instances are equal
Declaration
public bool Equals(EmServiceCallResponseLocationType other)
Parameters
Type | Name | Description |
---|---|---|
EmServiceCallResponseLocationType | other | Instance of EmServiceCallResponseLocationType 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(EmServiceCallResponseLocationType, EmServiceCallResponseLocationType)
Declaration
public static bool operator ==(EmServiceCallResponseLocationType left, EmServiceCallResponseLocationType right)
Parameters
Type | Name | Description |
---|---|---|
EmServiceCallResponseLocationType | left | |
EmServiceCallResponseLocationType | right |
Returns
Type | Description |
---|---|
System.Boolean |
Inequality(EmServiceCallResponseLocationType, EmServiceCallResponseLocationType)
Declaration
public static bool operator !=(EmServiceCallResponseLocationType left, EmServiceCallResponseLocationType right)
Parameters
Type | Name | Description |
---|---|---|
EmServiceCallResponseLocationType | left | |
EmServiceCallResponseLocationType | right |
Returns
Type | Description |
---|---|
System.Boolean |