GetDataSourceDelegate Delegate
Assembly: CodeEffects.Rule.Common.dll
Namespace: CodeEffects.Rule.Common.Models
Summary
Declares the signature of a parameterless method that returns a list of CodeEffects.Rule.Common.Models.DataSourceItem
instances used by the Dynamic Menu Data Source feature.
Syntax
using System.Collections.Generic;
using CodeEffects.Rule.Common.Models;
public delegate List<DataSourceItem> GetDataSourceDelegate();
Parameters
None.
Returns
Type: System.Void
Remarks
This delegate is used by certain overloads of the Control.ToString()
method that return the string representation of the current business rule. It is required to obtain the correct display names of values supplied by data sources referenced in the rule.