RulesEngineSource Class Members
In This Topic
The following tables list the members exposed by RulesEngineSource.
Public Properties
Public Methods
| Name | Description |
 | GetFields | Gets the names and types of the fields |
 | GetFieldValues<T> | Gets the collection of values corresponding to the specified and . |
 | GetMaximum<T> | Gets the maximum value corresponding to the specified and . |
 | GetMinimum<T> | Gets the minimum value corresponding to the specified and . |
 | GetRangesValues<T> | Gets the collection of values corresponding to the specified and . |
 | GetSortedRangesValues<T> | Gets the sorted collection of values corresponding to the specified and . |
 | GetValue<T> | Gets the value corresponding to the specified and . |
Top
See Also