[]
The source from which the C1RulesEngine compute the values and create the styles.
public abstract class RulesEngineSource
Public MustInherit Class RulesEngineSource
| Name | Description |
|---|---|
| RulesEngineSource() | Initializes a new instance of the RulesEngineSource class. |
| Name | Description |
|---|---|
| Fields |
| Name | Description |
|---|---|
| GetFieldValues<T>(string) | Gets the collection of values corresponding to the specified |
| GetFields() | Gets the names and types of the fields |
| GetMaximum<T>(RulesEngineRangeCollection) | Gets the maximum value corresponding to the specified |
| GetMinimum<T>(RulesEngineRangeCollection) | Gets the minimum value corresponding to the specified |
| GetRangeValuesCollection<T>(RulesEngineRange) | Gets the collection of values for the specified |
| GetRangesValues<T>(RulesEngineRangeCollection) | Gets the collection of values corresponding to the specified |
| GetSortedRangesValues<T>(RulesEngineRangeCollection) | Gets the sorted collection of values corresponding to the specified |
| GetValue<T>(int, string) | Gets the value corresponding to the specified |
| InvalidateRanges(RulesEngineRangeCollection) | Removes previously cached values corresponding to the specified |