Class RouteRuleMsgLogEvent
Data class for the RouteRuleMsgLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged by a LogMessageAction (see Section 3.3.3.2.4 of NENA-STA-010.3) of a policy routing rule.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class RouteRuleMsgLogEvent : LogEvent
Constructors
| Edit this page View SourceRouteRuleMsgLogEvent()
Default constructor
Declaration
public RouteRuleMsgLogEvent()
Properties
| Edit this page View Sourcemessage
Contains the action's message field. Required.
Declaration
public string message { get; set; }
Property Value
Type | Description |
---|---|
string |
policyId
Contains the policy ID.
Declaration
public string policyId { get; set; }
Property Value
Type | Description |
---|---|
string |
policyOwner
Identifies the owner of the policy. Required.
Declaration
public string policyOwner { get; set; }
Property Value
Type | Description |
---|---|
string |
policyQueueName
Identifies the queue that the policy pertains to.
Declaration
public string policyQueueName { get; set; }
Property Value
Type | Description |
---|---|
string |
policyType
Identifies the policy type. Required.
Declaration
public string policyType { get; set; }
Property Value
Type | Description |
---|---|
string |
priority
Specifies the priority of the routing rule. Required.
Declaration
public string priority { get; set; }
Property Value
Type | Description |
---|---|
string |
ruleId
Specifies the routing rule ID. Required.
Declaration
public string ruleId { get; set; }
Property Value
Type | Description |
---|---|
string |