OTX-Runtime for DotNet  
OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureInOutParameter Interface Reference

Represents class for InOutParameter of a Procedure. The parameter is identical to a related parameter in OTX standard ISO 13209. A detailed specification can be found there. More...

Inheritance diagram for OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureInOutParameter:
Inheritance graph

Public Member Functions

bool SetValue (string literalValue)
 Sets new value. More...
 

Properties

new object Value [get, set]
 Gets, Sets new value. More...
 
- 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...
 

Detailed Description

Represents class for InOutParameter of a Procedure. The parameter is identical to a related parameter in OTX standard ISO 13209. A detailed specification can be found there.

Member Function Documentation

◆ SetValue()

bool OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureInOutParameter.SetValue ( string  literalValue)

Sets new value.

Parameters
valueA new value as a literal.

Property Documentation

◆ Value

new object OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureInOutParameter.Value
getset

Gets, Sets new value.


The documentation for this interface was generated from the following file: