Checks if a variable exists given its context and path
Inheritance
VariableExistsSensor
Assembly: Xareus.Scenarios.Extra.dll
[Renamed("SEVEN.Extra.VariableExistsSensor", "SEVEN.Extra")]
public class VariableExistsSensor : ASensor
Constructors
Declaration
public VariableExistsSensor(Event @event, Dictionary<string, Parameter> parameters, IContext externalContext, IContext scenarioContext, IContext sequenceContext)
Parameters
Fields
Declaration
public static readonly string VARIABLE
Field Value
The variable (including its context and path) to check the existence of
Declaration
[ConfigurationParameter("Variable", "The variable to check the existence of", Necessity.Required)]
protected Variable variableToCheck
Field Value
Methods
Declaration
public override ASensor.Result SensorCheck()
Returns
Overrides