Click or drag to resize
Validator Constructor (IElementActivatorRegistry, IElementModel)
Creates execution plan by custom registry and a model

Namespace: FlexRule.Validation
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public Validator(
	IElementActivatorRegistry registry,
	IElementModel model
)

Parameters

registry
Type: FlexRuleIElementActivatorRegistry
model
Type: FlexRule.Core.ModelIElementModel
Model which includes the procedure definitions
See Also