Class BooleanEffector
Inheritance
BooleanEffector
Assembly: Xareus.Scenarios.Extra.dll
Syntax
[Renamed("SEVEN.Boolean.BooleanEffector", "SEVEN.Extra")]
public class BooleanEffector : AEffector
Constructors
BooleanEffector(Event, Dictionary<string, Parameter>, IContext, IContext, IContext, IContext)
Declaration
protected BooleanEffector(Event @event, Dictionary<string, Parameter> parameters, IContext externalContext, IContext scenarioContext, IContext sequenceContext, IContext eventContext)
Parameters
Fields
operand1
Declaration
[ConfigurationParameter("Operand 1", Necessity.Required)]
protected bool operand1
Field Value
operand2
Declaration
[ConfigurationParameter("Operand 2", Necessity.Optional)]
protected bool operand2
Field Value
operator
Declaration
[ConfigurationParameter("Operator", Necessity.Required)]
protected BooleanEffector.LogicalOperator @operator
Field Value
result
The result of the operation
Declaration
[ContextVariable("result", "The result of the operation")]
protected ContextVariable<bool> result
Field Value
Methods
EffectorUpdate()
Declaration
public override void EffectorUpdate()
Overrides