Class PrrLocation
Class that conditions parameters to use to test a location against. See Section 3.3.3.1.5 of NENA-STA-010.3.
Inherited Members
Namespace: PolicyRouting
Assembly: Ng911Lib.dll
Syntax
public class PrrLocation
Properties
| Edit this page View Sourceextension
Extension for future use. Optional.
Declaration
public object extension { get; set; }
Property Value
Type | Description |
---|---|
object |
label
Human-readable desciption of the location. Optional.
Declaration
public string label { get; set; }
Property Value
Type | Description |
---|---|
string |
lang
Contains a language tag for rendering the content of the label field. Optional.
Declaration
public string lang { get; set; }
Property Value
Type | Description |
---|---|
string |
lo
Contains a PIDF-LO XML document that identifies the location to test for. Required.
Declaration
public string lo { get; set; }
Property Value
Type | Description |
---|---|
string |
profile
Indicates the location profile. Must be "geodetic" or "civic". Required.
Declaration
public string profile { get; set; }
Property Value
Type | Description |
---|---|
string |