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; }
Public ReadOnly Property AvailableValuesGenerator As Func(Of AvailableValuesCollection)
Get
public:
property Func<AvailableValuesCollection^>^ AvailableValuesGenerator {
Func<AvailableValuesCollection^>^ get ();
}
member AvailableValuesGenerator : Func<AvailableValuesCollection> with get
Property Value
Type:
FuncAvailableValuesCollectionThe 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