Click or drag to resize
IValidatorExecutor Methods

The IValidatorExecutor type exposes the following members.

Methods
  NameDescription
Public methodCallbackHost
Method that triggers the call-back
(Inherited from IClientCallback.)
Public methodChangeInnerAllChildsExecutionMode
Change state of all internal children to a specific mode while considers an exception
(Inherited from IActiveElementExecutor.)
Public methodChangeInnerSibilingExecutionMode
Change state of all sibling to a specific mode while considers an exception
(Inherited from IActiveElementExecutor.)
Public methodExecuteAllChilds
Traverse and executes all internal children
(Inherited from IActiveElementExecutor.)
Public methodIsLogicEnabled
Public methodOnEngineCreated
Signals the executor that new engine has created during execution under this executor
(Inherited from IActiveElementExecutor.)
Public methodOnExecuted
Signals to raise Executed event
(Inherited from IActiveElementExecutor.)
Public methodOnExecuting
Signals to raise Executing event
(Inherited from IActiveElementExecutor.)
Public methodOnItemOutOfScope
Signals to raise ItemOutOfScope event
(Inherited from IActiveElementExecutor.)
Public methodOnItemTracing
Signals to raise ItemTracing event
(Inherited from IActiveElementExecutor.)
Public methodRegisterCleanup
Registers a cleanup routine
(Inherited from IActiveElementExecutor.)
Top
Extension Methods
  NameDescription
Public Extension MethodCreateContext (Defined by ValidatorEngineExtensions.)
Public Extension MethodCreateDecisionTableEngine (Defined by DecisionTableEngineExtensions.)
Public Extension MethodCreateValidatorEngine
Creates a validator engine based on current executor
(Defined by ValidatorEngineExtensions.)
Public Extension MethodRegisterXmlFunctions (Defined by ValidatorEngineExtensions.)
Top
See Also