BusinessRuleSpecificationT Class |
Namespace: Enkoni.Framework
The BusinessRuleSpecificationT type exposes the following members.
| Name | Description | |
|---|---|---|
| IncludePaths | Gets the dot-separated lists of related objects to return in the query results. (Inherited from SpecificationT.) | |
| MaximumResults | Gets the maximum number of records that must be retrieved using this specification. (Inherited from SpecificationT.) | |
| RuleArguments | Gets any arguments that were passed and may be required to execute the business rule. | |
| RuleName | Gets the name of the business rule that must be executed. | |
| SortRules | Gets the sorting rules that are specified. (Inherited from SpecificationT.) |
| 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. (Overrides SpecificationTVisitCore(ISpecificationVisitorT).) |
| Name | Description | |
|---|---|---|
| IncludePathUpdated | Occurs when the include path has changed. (Inherited from SpecificationT.) | |
| MaximumResultsUpdated | Occurs when the maximum number of records has changed. (Inherited from SpecificationT.) | |
| SortRulesUpdated | Occurs when the sort rules have been updated. (Inherited from SpecificationT.) |