Click or drag to resize
ValidationBaseComputeT Method

Namespace: FlexRule.Validation.Rules
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
protected T Compute<T>(
	IActiveElementExecutor executor,
	string expression
)

Parameters

executor
Type: FlexRuleIActiveElementExecutor
expression
Type: SystemString

Type Parameters

T

Return Value

Type: T
See Also