Click or drag to resize

ISpecificationVisitorTCreateCustomExpression Method

Creates an expression using the custom specification. This method is executed when a specification-type is used that is not part of the default specification system.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntax
Expression<Func<T, bool>> CreateCustomExpression(
	ISpecification<T> specification
)

Parameters

specification
Type: Enkoni.FrameworkISpecificationT
The custom specification.

Return Value

Type: ExpressionFuncT, Boolean
The created expression.
See Also