Click or drag to resize
DecisionTableEngine Methods

The DecisionTableEngine type exposes the following members.

Methods
  NameDescription
Protected methodAssignEngineInputs
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.)
Public methodCancel
Cancels the running engine execution
(Inherited from ActiveElementEngine.)
Public methodDispose (Inherited from ActiveElementEngine.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInitialize (Inherited from ActiveElementEngine.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNext
Next element to execute
(Inherited from ActiveElementEngine.)
Protected methodOnActiveElementCallback (Inherited from ActiveElementEngine.)
Protected methodOnActiveElementEngineCreated (Inherited from ActiveElementEngine.)
Protected methodOnActiveElementExecuted (Inherited from ActiveElementEngine.)
Protected methodOnActiveElementExecuting (Inherited from ActiveElementEngine.)
Protected methodOnActiveElementItemOutOfScope (Inherited from ActiveElementEngine.)
Protected methodOnActiveElementItemTracing (Inherited from ActiveElementEngine.)
Protected methodOnExecuting (Overrides ActiveElementEngineOnExecuting.)
Protected methodOnExecutionCompleted (Overrides ValidatorEngineOnExecutionCompleted.)
Protected methodOnRunning(IDictionaryString, Object) (Inherited from ValidatorEngine.)
Protected methodOnRunning(Object) (Inherited from ValidatorEngine.)
Protected methodRemoveAllLocalVariables (Inherited from ActiveElementEngine.)
Public methodReset
Brings back the engine in the state of before initialization and execution
(Inherited from ActiveElementEngine.)
Public methodRun(IDictionaryString, Object)
Runs the provided model
(Inherited from ActiveElementEngine.)
Public methodRun(Object)
Run the engine
(Inherited from ActiveElementEngine.)
Protected methodStartRun (Inherited from ActiveElementEngine.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate(Object) (Inherited from ValidatorEngine.)
Public methodValidate(LogicInput) (Inherited from ValidatorEngine.)
Public methodValidate(String, IDictionaryString, Object) (Inherited from ValidatorEngine.)
Public methodValidate(String, Object) (Inherited from ValidatorEngine.)
Public methodValidate(LogicInput, IDictionaryString, Object) (Inherited from ValidatorEngine.)
Public methodValidate(LogicInput, Object) (Inherited from ValidatorEngine.)
Public methodValidate(Object, LogicInput, IDictionaryString, Object) (Inherited from ValidatorEngine.)
Public methodValidate(Object, LogicInput, Object) (Inherited from ValidatorEngine.)
Public methodValidate(Object, String, IDictionaryString, Object) (Inherited from ValidatorEngine.)
Public methodValidate(Object, String, Object) (Inherited from ValidatorEngine.)
Top
See Also