AppSettingPropertiesAvailableValuesGenerator Property |
Gets or sets a function which provides the available values with corresponding user-facing display names.
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; set; }
Public Property AvailableValuesGenerator As Func(Of AvailableValuesCollection)
Get
Set
public:
property Func<AvailableValuesCollection^>^ AvailableValuesGenerator {
Func<AvailableValuesCollection^>^ get ();
void set (Func<AvailableValuesCollection^>^ value);
}
member AvailableValuesGenerator : Func<AvailableValuesCollection> with get, set
Property Value
Type:
FuncAvailableValuesCollectionThe available values generator function.
Remarks See Also