[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineSource.GetRangeValuesCollection

GetRangeValuesCollection Method

GetRangeValuesCollection<T>(RulesEngineRange)

Gets the collection of values for the specified range.

Declaration
protected abstract IDataCollection<object> GetRangeValuesCollection<T>(RulesEngineRange range)
Protected MustOverride Function GetRangeValuesCollection(Of T)(range As RulesEngineRange) As IDataCollection(Of Object)
Parameters
Type Name Description
RulesEngineRange range

The range to be queried.

Returns
Type Description
IDataCollection<object>
Type Parameters
Name Description
T

The type of values requested.

Remarks

This collection will be cached for improved performance.