SpecificationT Class |
Namespace: Enkoni.Framework
The SpecificationT type exposes the following members.
Name | Description | |
---|---|---|
![]() | SpecificationT | Initializes a new instance of the SpecificationT class. |
Name | Description | |
---|---|---|
![]() | IncludePaths | Gets the dot-separated lists of related objects to return in the query results. |
![]() | MaximumResults | Gets the maximum number of records that must be retrieved using this specification. |
![]() | SortRules | Gets the sorting rules that are specified. |
Name | Description | |
---|---|---|
![]() | And | Creates an 'And' specification that can be used to combine two specifications and compare them using the '&&' operation.
|
![]() | 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. |
![]() | HandleMaximumResultsUpdated | Handles the occurrence of a changed maximum for the number of records that must be retrieved. |
![]() | HandleOrderByRulesUpdated | Handles the occurrence of a changed set of sorting rules. |
![]() | Include | Sets the include path that must be considered when using the specification. |
![]() | 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. |
![]() | OrderBy(SortSpecificationsT) | Specifies the way the sequence must be sorted. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
Name | Description | |
---|---|---|
![]() | IncludePathUpdated | Occurs when the include path has changed. |
![]() | MaximumResultsUpdated | Occurs when the maximum number of records has changed. |
![]() | SortRulesUpdated | Occurs when the sort rules have been updated. |