|
OpenTAP 9.34
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. | |
| override bool | Equals (object obj) |
| Determines whether the specified object is equal to the current object. | |
| override int | GetHashCode () |
| Calculates a hash code for the current object. | |
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 | |
Properties inherited from OpenTap.IAttributedObject | |
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.34 API built Wed Jul 1 2026 09:21:15