OTX-Runtime for DotNet  
OpenTestSystem.Otx.Runtime.Api.Custom.IStateVariableImplementation Interface Reference

Allows users to implement their own StateVariables. More...

Inheritance diagram for OpenTestSystem.Otx.Runtime.Api.Custom.IStateVariableImplementation:
Inheritance graph

Public Member Functions

void SetValue (IRuntimeContext runtimeContext, IStateVariable stateVariable, object value)
 Invoked each time the OTX runtime writes the value of a StateVariable to the environment. More...
 

Detailed Description

Allows users to implement their own StateVariables.

Member Function Documentation

◆ SetValue()

void OpenTestSystem.Otx.Runtime.Api.Custom.IStateVariableImplementation.SetValue ( IRuntimeContext  runtimeContext,
IStateVariable  stateVariable,
object  value 
)

Invoked each time the OTX runtime writes the value of a StateVariable to the environment.

Parameters
runtimeContextThe related runtime context.
stateVariableThe related state variable.
valueValue of the state variable.

Implemented in OpenTestSystem.Otx.Runtime.Api.Custom.StateVariableImplementation.


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