Class ConditionType
Data class for specifying a condition to used for a test call. See Sections 4.6.18 and E.6.1 of NENA-STA-010.3.
Inherited Members
Namespace: TestCall
Assembly: Ng911Lib.dll
Syntax
public class ConditionType
Properties
| Edit this page View Sourcename
Specifies the name of the condition to test. Must be set to the string equivalent of one of the values in the ConditionTypeEnum. Required.
Declaration
public string name { get; set; }
Property Value
Type | Description |
---|---|
string |
value
Value for the condition as a string. Required.
Declaration
public string value { get; set; }
Property Value
Type | Description |
---|---|
string |