Class TransitionFiredEventArgs
Arguments for the Transition fired signal
Inherited Members
Namespace: Xareus.Scenarios
Assembly: Xareus.Scenarios.dll
Syntax
public class TransitionFiredEventArgs : EventArgs
Constructors
TransitionFiredEventArgs()
Declaration
public TransitionFiredEventArgs()
TransitionFiredEventArgs(IContext, IContext, IContext, IContext)
constructor
Declaration
public TransitionFiredEventArgs(IContext externalContext, IContext scenarioContext, IContext sequenceContext, IContext eventContext)
Parameters
Type | Name | Description |
---|---|---|
IContext | externalContext | The external context |
IContext | scenarioContext | The current scenario context |
IContext | sequenceContext | The upstream tokens (i.e. sequence context) |
IContext | eventContext | The event associated with the transition |
Properties
EventContext
Declaration
public IContext EventContext { get; set; }
Property Value
Type | Description |
---|---|
IContext |
ExternalContext
Declaration
public IContext ExternalContext { get; set; }
Property Value
Type | Description |
---|---|
IContext |
ScenarioContext
Declaration
public IContext ScenarioContext { get; set; }
Property Value
Type | Description |
---|---|
IContext |
SequenceContext
Declaration
public IContext SequenceContext { get; set; }
Property Value
Type | Description |
---|---|
IContext |