Click or drag to resize

Specification Methods

The Specification type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAllT
Creates a specification that will return all available objects.
Public methodStatic memberBusinessRuleT
Creates a specification that holds information about a business rule that must be executed.
Public methodStatic memberLambdaT
Creates a specification that will return the objects that match the specified expression.
Public methodStatic memberLikeT
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.
Public methodStatic memberNoneT
Creates a specification that will return none of the available objects.
Public methodStatic memberNotT(ExpressionFuncT, Boolean)
Creates a specification that will return the objects that do not match the specified expression.
Public methodStatic memberNotT(ISpecificationT)
Creates a specification that will return the objects that do not match the specified expression.
Top
See Also