OpenTAP 9.25
API Reference
|
Represents a result parameter. More...
Public Member Functions | |
ResultParameter (string name, IConvertible value) | |
Creates a result parameter with default group. | |
ResultParameter (string group, string name, IConvertible value, MetaDataAttribute metadata=null, int parentLevel=0) | |
Initializes a new instance of ResultParameter. | |
ResultParameter (string group, string name, IConvertible value, string macroName) | |
Creates a new ResultParameter. More... | |
override bool | Equals (object obj) |
Determines whether the specified object is equal to the current object. More... | |
override int | GetHashCode () |
Calculates a hash code for the current object. More... | |
Public Attributes | |
readonly string | Name |
Name of parameter. | |
readonly string | Group |
Group name of the parameter. | |
readonly IConvertible | Value |
Value of the parameter. If null, the value is the string "NULL". | |
readonly int | ParentLevel |
Indicates the parameter came from a test step in a parent level above the initial object. | |
readonly string | MacroName |
null or the macro name representation of the ResultParameter. This will make it possible to insert the parameter value into a string. MacroString | |
Properties | |
bool | IsMetaData [get] |
Gets if this result is metadata. | |
Properties inherited from OpenTap.IParameter | |
string | Group [get] |
Optional name of the group of parameters to which this parameter belongs. | |
IConvertible | Value [get] |
Value of this parameter. | |
Properties inherited from OpenTap.IAttributedObject | |
string | Name [get] |
Name of this object. | |
string | ObjectType [get] |
String describing this object. | |
Represents a result parameter.
|
inline |
Creates a new ResultParameter.
group | |
name | |
value | |
macroName |
|
inline |
Determines whether the specified object is equal to the current object.
obj |
|
inline |
Calculates a hash code for the current object.
OpenTAP 9.25 API built Tue Aug 6 2024 07:49:24