Class DiscrepancyReportResponse
Data class for the response to a discrepancy report request. See Sections 3.7.1 and E.2.1 of NENA-STA-010.3.
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class DiscrepancyReportResponse
Constructors
| Edit this page View SourceDiscrepancyReportResponse()
Default constructor.
Declaration
public DiscrepancyReportResponse()
Properties
| Edit this page View SourcerespondingAgencyName
FQDN of the agency responding to the report. Required.
Declaration
public string respondingAgencyName { get; set; }
Property Value
Type | Description |
---|---|
string |
respondingAgentId
UserId of agent creating the response report.
Declaration
public string respondingAgentId { get; set; }
Property Value
Type | Description |
---|---|
string |
respondingContactJcard
jCard of the agency responding to the report. Required.
Declaration
public string respondingContactJcard { get; set; }
Property Value
Type | Description |
---|---|
string |
responseComments
Text comment.
Declaration
public string responseComments { get; set; }
Property Value
Type | Description |
---|---|
string |
responseEstimatedReturnTime
Estimated response time stamp. Must be in the NENA Timestamp format specified in Section 2.3 of NENA-STA-010.3.
Declaration
public string responseEstimatedReturnTime { get; set; }
Property Value
Type | Description |
---|---|
string |