| ActiveElementEngine Methods |
The ActiveElementEngine type exposes the following members.
| 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.
| |
| Cancel |
Cancels the running engine execution
| |
| Dispose | ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Initialize | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Next |
Next element to execute
| |
| OnActiveElementCallback | ||
| OnActiveElementEngineCreated | ||
| OnActiveElementExecuted | ||
| OnActiveElementExecuting | ||
| OnActiveElementItemOutOfScope | ||
| OnActiveElementItemTracing | ||
| OnExecuting | ||
| OnExecutionCompleted | ||
| OnRunning(IDictionaryString, Object) |
Prepare and validates the input parameters of an engine
| |
| OnRunning(Object) |
Prepare and validates the input parameters of an engine
| |
| RemoveAllLocalVariables | ||
| Reset |
Brings back the engine in the state of before initialization and execution
| |
| Run(IDictionaryString, Object) |
Runs the provided model
| |
| Run(Object) |
Run the engine
| |
| StartRun | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| GetConclusionLog |
Creates a log that why and how engine has come to a conclusion
(Defined by ValidatorEngineExtensions.) |