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; }

Property Value

Type: FuncAvailableValuesCollection
The available values generator function.
Remarks
If AllowedValuesGenerator is , values returned by this function are considered to be simply suggestions.
See Also