Specification Class | 
Namespace: Enkoni.Framework
The Specification type exposes the following members.
| Name | Description | |
|---|---|---|
| AllT | Creates a specification that will return all available objects.  | |
| BusinessRuleT | Creates a specification that holds information about a business rule that must be executed.  | |
| LambdaT | Creates a specification that will return the objects that match the specified expression.  | |
| LikeT | Creates a specification that will return the objects for which the specified field matches the specified pattern. The pattern
            supports two types of wildcards. The '*' wildcard matches any character (zero or more times) and the '?' wildcard matches exactly one
            character.  | |
| NoneT | Creates a specification that will return none of the available objects.  | |
| NotT(ExpressionFuncT, Boolean) | Creates a specification that will return the objects that do not match the specified expression.  | |
| NotT(ISpecificationT) | Creates a specification that will return the objects that do not match the specified expression.  |