Class PolicyDiscrepancyReport
Data class for the Policy Discrepancy Report. See Sections 3.7.13 and E.2.1 of NENA-STA-010.3.
Inherited Members
Namespace: DiscrepancyReporting
Assembly: Ng911Lib.dll
Syntax
public class PolicyDiscrepancyReport : DiscrepancyReport
Constructors
| Edit this page View SourcePolicyDiscrepancyReport()
Default constructor.
Declaration
public PolicyDiscrepancyReport()
Properties
| Edit this page View SourcecallId
Call Tracking Identifier. Conditional: REQUIRED if the discrepancy is specific to a call.
Declaration
public string callId { get; set; }
Property Value
Type | Description |
---|---|
string |
location
The location. Conditional: REQUIRED if the discrepancy is against a PRR policy.
Declaration
public string location { get; set; }
Property Value
Type | Description |
---|---|
string |
policyId
The policy ID. Required.
Declaration
public string policyId { get; set; }
Property Value
Type | Description |
---|---|
string |
problem
Specifies the type of problem. Must be set to the string equivalent of one of the values in the PolicyProblemEnum.
Declaration
public string problem { get; set; }
Property Value
Type | Description |
---|---|
string |
routeUrn
The route URN. Conditional: REQUIRED if the discrepancy is against a PRR policy.
Declaration
public string routeUrn { get; set; }
Property Value
Type | Description |
---|---|
string |