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...
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.
◆ 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 |
◆ 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 |
The documentation for this interface was generated from the following file: