Class StatusUpdate
Data class used by a discrepancy reporting service to provide a status update in response to a status request. See Sections 3.7.3 and E.2.1 or NENA-STA-010.3.
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class StatusUpdate
Constructors
| Edit this page View SourceStatusUpdate()
Default constructor
Declaration
public StatusUpdate()
Properties
| Edit this page View SourcerespondingAgencyName
FQDN of the entity responding to the report. Required.
Declaration
public string respondingAgencyName { get; set; }
Property Value
Type | Description |
---|---|
string |
respondingAgentId
UserId of agent responding to the report
Declaration
public string respondingAgentId { get; set; }
Property Value
Type | Description |
---|---|
string |
respondingContactJcard
jCard of the responding agency. Required.
Declaration
public string respondingContactJcard { get; set; }
Property Value
Type | Description |
---|---|
string |
responseEstimatedReturnTime
Estimated date/time when response will be returned to reporting agency or the actual time, in the past, when the response was provided. Must be in the NENA Timestamp format specified in Section 2.3 of NENA-STA-010.3. Required.
Declaration
public string responseEstimatedReturnTime { get; set; }
Property Value
Type | Description |
---|---|
string |
statusComments
Text comment.
Declaration
public string statusComments { get; set; }
Property Value
Type | Description |
---|---|
string |