Class ConditionBase
Base class for all conditions used in Policy Routing Rules. See Sections 3.3.3.1 and E.1.1 of NENA STA-010.3.
Inheritance
ConditionBase
Inherited Members
Namespace: PolicyRouting
Assembly: Ng911Lib.dll
Syntax
public class ConditionBase
Properties
| Edit this page View SourceconditionType
Set to the specific condition type. Must be set to the string equivalent of one of the values in the ConditionTypeEnum. Required.
Declaration
public string conditionType { get; set; }
Property Value
Type | Description |
---|---|
string |
description
Text describing the condition. Optional.
Declaration
public string description { get; set; }
Property Value
Type | Description |
---|---|
string |
negation
If true, then reverse (negate) the evaluation of the condition.
Declaration
public bool negation { get; set; }
Property Value
Type | Description |
---|---|
bool |