Click or drag to resize

SpecificationTVisit 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
public Expression<Func<T, bool>> Visit(
	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.

Implements

ISpecificationTVisit(ISpecificationVisitorT)
Exceptions
ExceptionCondition
ArgumentNullExceptionParameter is .
See Also