Class LostDiscrepancyReport
Data class for reporting a LoST discrepancy. See Sections 3.7.5 and E.2.1 of NENA-STA-010.3.
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class LostDiscrepancyReport : DiscrepancyReport
Constructors
| Edit this page View SourceLostDiscrepancyReport()
Default constructor.
Declaration
public LostDiscrepancyReport()
Properties
| Edit this page View SourcediscrepancyDetail
To Be Determined.
Declaration
public string discrepancyDetail { get; set; }
Property Value
Type | Description |
---|---|
string |
problem
Specifies the problem that was encountered. Must be the string equivalent of one of the values in the LostProblemEnum. Required.
Declaration
public string problem { get; set; }
Property Value
Type | Description |
---|---|
string |
query
Specifies the type of LoST query. Must be set to the string equivalent of one of the values in the LostQueryTypeEnum. Required.
Declaration
public string query { get; set; }
Property Value
Type | Description |
---|---|
string |
request
Contains the XML document of the request sent by the client. Required.
Declaration
public string request { get; set; }
Property Value
Type | Description |
---|---|
string |
response
Contains the XML document of the response received by the client. Required.
Declaration
public string response { get; set; }
Property Value
Type | Description |
---|---|
string |