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

Represents base class for InParameter, OutParameter and 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.IProcedureParameter:
Inheritance graph

Properties

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 base class for InParameter, OutParameter and InOutParameter of a Procedure. The parameter is identical to a related parameter in OTX standard ISO 13209. A detailed specification can be found there.

Property Documentation

◆ DataType

string OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.DataType
get

Gets Parameter data type.

◆ InitValue

object OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.InitValue
get

Gets Parameter initial value.

◆ Name

string OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.Name
get

Gets Parameter name.

◆ Procedure

IProcedure OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.Procedure
get

Gets Procedure that contains the Parameter. Returns null if this is Parameter of ProcedureSignature.

◆ Specification

string OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.Specification
get

Gets Parameter specification.

◆ Value

object OpenTestSystem.Otx.Runtime.Api.Otx.IProcedureParameter.Value
get

Gets Parameter value.


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