Class PrrTest
Data class for the PRR test conditions for test calls. See Sections 4.6.18 and E.6.1 of NENA-STA-010.3.
Inherited Members
Namespace: TestCall
Assembly: Ng911Lib.dll
Syntax
public class PrrTest
Constructors
| Edit this page View SourcePrrTest()
Default constructor.
Declaration
public PrrTest()
Properties
| Edit this page View Sourceconditions
An array of conditions to test. Required.
Declaration
public List<ConditionType> conditions { get; set; }
Property Value
Type | Description |
---|---|
List<ConditionType> |
hostName
ESRP Hostname that test conditions are specified for. Required.
Declaration
public string hostName { get; set; }
Property Value
Type | Description |
---|---|
string |
nominalNextHop
URI of for nominal next hop that rule set conditions are applied to. Required.
Declaration
public string nominalNextHop { get; set; }
Property Value
Type | Description |
---|---|
string |