Class ServiceStateCondition
Tests the Service State of a service. See Sections 3.3.3.10 and E.1.1 of NENA-STA-010.3.
Inherited Members
Namespace: PolicyRouting
Assembly: Ng911Lib.dll
Syntax
public class ServiceStateCondition : ConditionBase
  Constructors
| Edit this page View SourceServiceStateCondition()
Default constructor.
Declaration
public ServiceStateCondition()
  Properties
| Edit this page View Sourcecondition
Condtion to use. Must be either "EQ" or "NE". Required.
Declaration
public string condition { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
service
Contains one of Service Name, Service Identifier or Agency Identifier. Required.
Declaration
public string service { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
value
Must be set to one of the values in the Service State Registry. See Section 10.12 of NENA-010.3. Required.
Declaration
public string value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |