Class AdrDiscrepancyReport
Data class for the ADR/IS-ADR Discrepancy Report. See Sections 3.7.18 and E.2.1 of NENA-STA-010.3.
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class AdrDiscrepancyReport : DiscrepancyReport
Constructors
| Edit this page View SourceAdrDiscrepancyReport()
Default constructor.
Declaration
public AdrDiscrepancyReport()
Properties
| Edit this page View Sourceblock
The name of the block. Conditional: REQUIRED if the problem relates to a specific block.
Declaration
public string block { get; set; }
Property Value
Type | Description |
---|---|
string |
identity
The identity used to search for the additional data. Conditional: REQUIRED for IS-ADR (as opposed to ADR).
Declaration
public string identity { get; set; }
Property Value
Type | Description |
---|---|
string |
location
The location used to search for the Additional Data. Conditional: REQUIRED when a location was used to search for Additional Data.
Declaration
public string location { get; set; }
Property Value
Type | Description |
---|---|
string |
problem
Specifies the type or problem being reported. Must be set to the string equivalent of one of the values in the AdrProblemEnum. Required.
Declaration
public string problem { get; set; }
Property Value
Type | Description |
---|---|
string |
result
The result received from the ADR/IS-ADR. Conditional: REQUIRED if a result was received from the ADR/IS-ADR.
Declaration
public string result { get; set; }
Property Value
Type | Description |
---|---|
string |
url
The additional data URI. Conditional: REQUIRED for ADR(as opposed to IS-ADR).
Declaration
public string url { get; set; }
Property Value
Type | Description |
---|---|
string |