Inheritance
ActivateTriggerEffector
Assembly: Xareus.Scenarios.Extra.dll
[FunctionDescription("Use this Effector to activate any WaitForTriggerSensor that have the same trigger value.", new string[] { "Event" })]
public class ActivateTriggerEffector : AEffector
Constructors
Declaration
protected ActivateTriggerEffector(Event @event, Dictionary<string, Parameter> parameters, IContext externalContext, IContext scenarioContext, IContext sequenceContext, IContext eventContext)
Parameters
Properties
Declaration
[ConfigurationParameter("Trigger", "Trigger that this effector will activate (case-insensitive)", Necessity.Required)]
public TriggerData Trigger { get; set; }
Property Value
Methods
Applies a processing as soon as the event occurs.
Declaration
public override void EffectorUpdate()
Overrides