The ValidatorEngine type exposes the following members.
Methods|
| Name | Description |
|---|
 | AssignEngineInputs |
Assigns the input variables to the running context. One of collectionValues or namedValues must be used. The other one must be null.
(Inherited from ActiveElementEngine.) |
 | Cancel |
Cancels the running engine execution
(Inherited from ActiveElementEngine.) |
 | Dispose | (Inherited from ActiveElementEngine.) |
 | Initialize | (Inherited from ActiveElementEngine.) |
 | Next |
Next element to execute
(Inherited from ActiveElementEngine.) |
 | OnActiveElementCallback | (Inherited from ActiveElementEngine.) |
 | OnActiveElementEngineCreated | (Inherited from ActiveElementEngine.) |
 | OnActiveElementExecuted | (Inherited from ActiveElementEngine.) |
 | OnActiveElementExecuting | (Inherited from ActiveElementEngine.) |
 | OnActiveElementItemOutOfScope | (Inherited from ActiveElementEngine.) |
 | OnActiveElementItemTracing | (Inherited from ActiveElementEngine.) |
 | OnExecuting | (Inherited from ActiveElementEngine.) |
 | OnExecutionCompleted | (Overrides ActiveElementEngineOnExecutionCompleted.) |
 | OnRunning(IDictionaryString, Object) | (Overrides ActiveElementEngineOnRunning(IDictionaryString, Object).) |
 | OnRunning(Object) | (Overrides ActiveElementEngineOnRunning(Object).) |
 | RemoveAllLocalVariables | (Inherited from ActiveElementEngine.) |
 | Reset |
Brings back the engine in the state of before initialization and execution
(Inherited from ActiveElementEngine.) |
 | Run(IDictionaryString, Object) |
Runs the provided model
(Inherited from ActiveElementEngine.) |
 | Run(Object) |
Run the engine
(Inherited from ActiveElementEngine.) |
 | StartRun | (Inherited from ActiveElementEngine.) |
 | Validate(Object) | |
 | Validate(LogicInput) | |
 | Validate(String, IDictionaryString, Object) | |
 | Validate(String, Object) | |
 | Validate(LogicInput, IDictionaryString, Object) | |
 | Validate(LogicInput, Object) | |
 | Validate(Object, LogicInput, IDictionaryString, Object) | |
 | Validate(Object, LogicInput, Object) | |
 | Validate(Object, String, IDictionaryString, Object) | |
 | Validate(Object, String, Object) | |
Top
Extension Methods
See Also