Class LocationCondition
Tests to see of the location of a call meets certain conditions. See Sections 3.3.3.1.5 and E.1.1 of NENA-STA-010.3.
Inherited Members
Namespace: PolicyRouting
Assembly: Ng911Lib.dll
Syntax
public class LocationCondition : ConditionBase
Constructors
| Edit this page View SourceLocationCondition()
Constructor
Declaration
public LocationCondition()
Properties
| Edit this page View Sourceextension
Extension object for future use. Optional.
Declaration
public object extension { get; set; }
Property Value
Type | Description |
---|---|
object |
location
Contains one or more objects that describe a location. Required.
Declaration
public List<PrrLocation> location { get; set; }
Property Value
Type | Description |
---|---|
List<PrrLocation> |