Click or drag to resize
ValidatorExecutionContext Class
Execution context for validation engine
Inheritance Hierarchy

Namespace: FlexRule.Validation
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ValidatorExecutionContext : ActiveElementExecutionContext

The ValidatorExecutionContext type exposes the following members.

Constructors
  NameDescription
Public methodValidatorExecutionContext
Top
Properties
  NameDescription
Public propertyActivatorRegistry
Returns the activator that is used to create ActiveElements of the model
(Inherited from ActiveElementExecutionContext.)
Public propertyCorrelationId (Inherited from ActiveElementExecutionContext.)
Public propertyException
Will be set if an exception happens during execution of a model
(Inherited from ActiveElementExecutionContext.)
Public propertyNotifications
The provider that manages this context
(Inherited from ActiveElementExecutionContext.)
Public propertyOutput
Output provide for the context. If running model requires to write information on an output this will be used.
(Inherited from ActiveElementExecutionContext.)
Public propertyVariableContainer
Variable container of the context
(Inherited from ActiveElementExecutionContext.)
Top
Methods
  NameDescription
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.)
Public methodGetVariableContainer
Returns variable container of an element
(Inherited from ActiveElementExecutionContext.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberPrepareActivator
Public methodRegisterType (Overrides ActiveElementExecutionContextRegisterType(ISignatureTypeInfo, ExecutorSetupInformation).)
Public methodRegisterVariable(ISignatureVariableInfo, ExecutorSetupInformation) (Overrides ActiveElementExecutionContextRegisterVariable(ISignatureVariableInfo, ExecutorSetupInformation).)
Public methodRegisterVariable(IVariableContainer, Type, Object, Logic)
Public methodRegisterVariablesAndTypes
Registers variables and types in the running context
(Inherited from ActiveElementExecutionContext.)
Public methodReset
Resets the execution exceptions and clear all variables
(Inherited from ActiveElementExecutionContext.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventValueChanged
Notify the host when variable value is changed
(Inherited from ActiveElementExecutionContext.)
Top
See Also