ISpecificationVisitorT Interface |
Namespace: Enkoni.Framework
The ISpecificationVisitorT type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateAndExpression | Creates an AND-expression using the two specified specifications. |
![]() | CreateCustomExpression | 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. |
![]() | CreateLambdaExpression | Creates a lambda-expression using the specified expression. Typically, this method simply returns the parameter. |
![]() | CreateLikeExpression | Creates a LIKE-expression using the specified field and search pattern. |
![]() | CreateNotExpression | Creates a NOT-expression using the specified specification. |
![]() | CreateOrExpression | Creates an OR-expression using the two specified specifications. |