![]() | IActionExecutionEnvironment Methods |
The IActionExecutionEnvironment type exposes the following members.
Name | Description | |
---|---|---|
![]() | BeginExecution |
Fires an OnBeginExecution event.
|
![]() | Custom |
Does action execution environment dependent stuff.
|
![]() | EndExecution |
Fires an OnEndExecution event.
|
![]() | Finished(IMatches, Boolean) |
Fires an OnFinished event.
|
![]() | Finished(IMatches, Boolean) |
Fires an OnFinished event.
|
![]() | FinishedSelectedMatch |
Fires an OnFinishedSelectedMatch event.
|
![]() | GetNewestActionVersion |
Retrieves the newest version of an IAction object currently available for this graph.
This may be the given object.
|
![]() | Match |
Matches a rewrite rule.
|
![]() | MatchedAfterFiltering(IMatches, Boolean) |
Fires an OnMatchedAfter event.
|
![]() | MatchedAfterFiltering(IMatches, Boolean) |
Fires an OnMatchedAfter event.
|
![]() | MatchedBeforeFiltering(IMatches) |
Fires an OnMatchedBefore event.
|
![]() | MatchedBeforeFiltering(IMatches) |
Fires an OnMatchedBefore event.
|
![]() | MatchForQuery(Boolean, ActionCall) |
Matches the rewrite rules, without firing the Matched event, but with firing the PreMatch event and Cloning of the matches
(so they can stored, or used in an expression combining multiple queries).
|
![]() | MatchForQuery(IAction, Object, Int32, Boolean) |
Matches a rewrite rule, without firing the Matched event, but with firing the PreMatch event and Cloning of the matches
(so they can stored, or used in an expression combining multiple queries like [?r] + [?r],
or the action can be called multiple times in a multi rule all call query (on different parameters)).
|
![]() | MatchSelected |
Fires an OnMatchSelected event.
|
![]() | MatchWithoutEvent(Boolean, ActionCall) |
Matches the rewrite rules, without firing the Matched event, but fires the MatchedBeforeFiltering event (for internal or non-debugger use).
|
![]() | MatchWithoutEvent(IAction, Object, Int32, Boolean) |
Matches a rewrite rule, without firing the Matched event (but fires the MatchedBeforeFiltering event - for internal or non-debugger use).
|
![]() | Replace |
Executes the modifications of the according rule to the given match/matches.
Fires OnRewritingNextMatch events before each rewrite except for the first one.
|
![]() | RewritingSelectedMatch |
Fires an OnRewritingSelectedMatch event (comparable to the old OnFinishing and OnRewritingNextMatch, now one event, fired per selected match).
|
![]() | SetNewestActionVersion |
Sets the newest action version for a static action.
|