Click or drag to resize
ValidationBasePostProcess Method

Namespace: FlexRule.Validation.Rules
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
protected Result PostProcess(
	IActiveElementExecutor executor,
	Result result,
	bool writeNotice = true,
	IEnumerable<string> excludedAttributes = null
)

Parameters

executor
Type: FlexRuleIActiveElementExecutor
result
Type: FlexRuleResult
writeNotice (Optional)
Type: SystemBoolean
excludedAttributes (Optional)
Type: System.Collections.GenericIEnumerableString

Return Value

Type: Result
See Also