Navigation

Categories
Show Navigation Next Topic  »

GetDataSourceDelegate delegate

Namespace: CodeEffects.Rule.Core

Defines a signature for a public method that takes no parameters and returns a list of Dynamic Menu Data Sources.

Syntax

using System.Collections.Generic;
using CodeEffects.Rule.Common;

public delegate List<DataSourceItemGetDataSourceDelegate();

Notes

This delegate is used by some overloads of the ToString() method of RuleEditor class that return string representations of the current business rule. This delegate is needed in order to get the proper display names of values supplied by data sources used in the rule.


Post your questions on Stackoverflow and become a part of our growing community

Comments: 0