OTX-Runtime for DotNet
|
|
Represents class for OutParameter of a Procedure. The parameter is identical to a related parameter in OTX standard ISO 13209. A detailed specification can be found there. More...
Additional Inherited Members | |
Properties inherited from OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter | |
string | DataType [get] |
Gets Parameter data type. More... | |
object | InitValue [get] |
Gets Parameter initial value. More... | |
string | Name [get] |
Gets Parameter name. More... | |
IProcedure | Procedure [get] |
Gets Procedure that contains the Parameter. Returns null if this is Parameter of ProcedureSignature. More... | |
string | Specification [get] |
Gets Parameter specification. More... | |
object | Value [get] |
Gets Parameter value. More... | |
Represents class for OutParameter of a Procedure. The parameter is identical to a related parameter in OTX standard ISO 13209. A detailed specification can be found there.