AppSettingAvailableValuesGenerator Property

Gets the function which provides the available values.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public Func<AvailableValuesCollection>? AvailableValuesGenerator { get; }

Property Value

Type: FuncAvailableValuesCollection
The available values generator function.
Remarks
The key of an item is the allowed value of the setting, and the value of the item is the corresponding display text.
See Also