ISpecificationT Interface |
Namespace: Enkoni.Framework
The ISpecificationT type exposes the following members.
| Name | Description | |
|---|---|---|
| IncludePaths | Gets the dot-separated lists of related objects to return in the query results. | |
| MaximumResults | Gets the maximum number of results that must be returned by the specification. | |
| SortRules | Gets the sorting rules. |
| Name | Description | |
|---|---|---|
| And | Creates an 'And' specification that can be used to combine two specifications and compare them using the '&&' operation.
| |
| Include | Sets the include path that must be considered when using the specification. | |
| Or | Creates an 'Or' specification that can be used to combine two specifications and compare them using the '||' operation. | |
| OrderByTKey(ExpressionFuncT, TKey) | Specifies the way the sequence must be sorted. It used a default sort order of ascending. | |
| OrderByTKey(ExpressionFuncT, TKey, SortOrder) | Specifies the way the sequence must be sorted. | |
| OrderByDescendingTKey | Specifies the way the sequence must be sorted. It used a default sort order of descending. | |
| SetMaximumResults | Sets the maximum number of records that must be retrieved using the specification. | |
| 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. |
| Name | Description | |
|---|---|---|
| IncludePathUpdated | Occurs when the include path has changed. | |
| MaximumResultsUpdated | Occurs when the maximum number of records has changed. | |
| SortRulesUpdated | Occurs when the sorting rules have changed. |