Click or drag to resize

BusinessRuleSpecificationT Properties

The BusinessRuleSpecificationT generic type exposes the following members.

Properties
  NameDescription
Public propertyIncludePaths
Gets the dot-separated lists of related objects to return in the query results.
(Inherited from SpecificationT.)
Public propertyMaximumResults
Gets the maximum number of records that must be retrieved using this specification.
(Inherited from SpecificationT.)
Public propertyRuleArguments
Gets any arguments that were passed and may be required to execute the business rule.
Public propertyRuleName
Gets the name of the business rule that must be executed.
Public propertySortRules
Gets the sorting rules that are specified.
(Inherited from SpecificationT.)
Top
See Also