Class CallSuspicionCondition
Tests the suspicion score of the call. Evaluates to ‘true’ if the call’s suspicion score is greater than or equal to the value of “scoreFrom and less than or equal to the value of “scoreTo”. See Sections 3.3.3.1.6 and E.1.1 of NENA-STA-010.3.
Inherited Members
Namespace: PolicyRouting
Assembly: Ng911Lib.dll
Syntax
public class CallSuspicionCondition : ConditionBase
Constructors
| Edit this page View SourceCallSuspicionCondition()
Default constructor.
Declaration
public CallSuspicionCondition()
Properties
| Edit this page View SourcescoreFrom
Minimum call suspicion score. Must be between 0 and 100 and must be less than the scoreTo field. Required.
Declaration
public int scoreFrom { get; set; }
Property Value
Type | Description |
---|---|
int |
scoreTo
Maximum call suspicion score. Must be between 0 and 100 and must be greater than the scoreFrom field. Required.
Declaration
public int scoreTo { get; set; }
Property Value
Type | Description |
---|---|
int |