CombinedSpecificationT Methods | 
The CombinedSpecificationT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| And | Creates an 'And' specification that can be used to combine two specifications and compare them using the '&&' operation.
              (Inherited from SpecificationT.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| HandleIncludePathUpdated | Handles the occurrence of a changed include path.  (Inherited from SpecificationT.) | |
| HandleMaximumResultsUpdated | Handles the occurrence of a changed maximum for the number of records that must be retrieved.  (Inherited from SpecificationT.) | |
| HandleOrderByRulesUpdated | Handles the occurrence of a changed set of sorting rules.  (Inherited from SpecificationT.) | |
| Include | Sets the include path that must be considered when using the specification.  (Inherited from SpecificationT.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| Or | Creates an 'Or' specification that can be used to combine two specifications and compare them using the '||' operation.  (Inherited from SpecificationT.) | |
| OrderBy(SortSpecificationsT) | Specifies the way the sequence must be sorted.  (Inherited from SpecificationT.) | |
| OrderByTKey(ExpressionFuncT, TKey) | Specifies the way the sequence must be sorted. It used a default sort order of ascending.  (Inherited from SpecificationT.) | |
| OrderByTKey(ExpressionFuncT, TKey, SortOrder) | Specifies the way the sequence must be sorted.  (Inherited from SpecificationT.) | |
| OrderByDescendingTKey | Specifies the way the sequence must be sorted. It used a default sort order of descending.  (Inherited from SpecificationT.) | |
| SetMaximumResults | Sets the maximum number of records that must be retrieved using the specification.  (Inherited from SpecificationT.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| Visit | 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.  (Inherited from SpecificationT.) | |
| VisitCore | 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.  (Inherited from SpecificationT.) |