Click or drag to resize

IActionExecutionEnvironment Methods

The IActionExecutionEnvironment type exposes the following members.

Methods
  NameDescription
Public methodBeginExecution
Fires an OnBeginExecution event.
Public methodCustom
Does action execution environment dependent stuff.
Public methodEndExecution
Fires an OnEndExecution event.
Public methodFinished(IMatches, Boolean)
Fires an OnFinished event.
Public methodFinished(IMatches, Boolean)
Fires an OnFinished event.
Public methodFinishedSelectedMatch
Fires an OnFinishedSelectedMatch event.
Public methodGetNewestActionVersion
Retrieves the newest version of an IAction object currently available for this graph. This may be the given object.
Public methodMatch
Matches a rewrite rule.
Public methodMatchedAfterFiltering(IMatches, Boolean)
Fires an OnMatchedAfter event.
Public methodMatchedAfterFiltering(IMatches, Boolean)
Fires an OnMatchedAfter event.
Public methodMatchedBeforeFiltering(IMatches)
Fires an OnMatchedBefore event.
Public methodMatchedBeforeFiltering(IMatches)
Fires an OnMatchedBefore event.
Public methodMatchForQuery(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).
Public methodMatchForQuery(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)).
Public methodMatchSelected
Fires an OnMatchSelected event.
Public methodMatchWithoutEvent(Boolean, ActionCall)
Matches the rewrite rules, without firing the Matched event, but fires the MatchedBeforeFiltering event (for internal or non-debugger use).
Public methodMatchWithoutEvent(IAction, Object, Int32, Boolean)
Matches a rewrite rule, without firing the Matched event (but fires the MatchedBeforeFiltering event - for internal or non-debugger use).
Public methodReplace
Executes the modifications of the according rule to the given match/matches. Fires OnRewritingNextMatch events before each rewrite except for the first one.
Public methodRewritingSelectedMatch
Fires an OnRewritingSelectedMatch event (comparable to the old OnFinishing and OnRewritingNextMatch, now one event, fired per selected match).
Public methodSetNewestActionVersion
Sets the newest action version for a static action.
Top
See Also