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
Events
  NameDescription
Public eventValueChanged
Notify the host when variable value is changed
(Inherited from ActiveElementExecutionContext.)
Top
Extension Methods
See Also