Click or drag to resize

BusinessRuleSpecificationTVisitCore Method

Visits the specification and lets visitor convert the contents of the specification into an expression that can be used to perform the actual filtering/selection.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntax
protected override Expression<Func<T, bool>> VisitCore(
	ISpecificationVisitor<T> visitor
)

Parameters

visitor
Type: Enkoni.FrameworkISpecificationVisitorT
The instance that will perform the conversion.

Return Value

Type: ExpressionFuncT, Boolean
The expression that was created using this specification.
See Also