DataSourceHolder Class

Assembly: CodeEffects.Rule.Common.dll
Namespace: CodeEffects.Rule.Common.Models

Summary

This class is used to hold named instances of GetDataSourceDelegate types utilized by custom Dynamic Menu Data Sources.

Syntax

public class DataSourceHolder

Properties

  • Name
    Type: System.String

    Gets or sets the unique names of custom Dynamic Menu Data Sources used by the FieldAttribute, ReturnAttribute, and ParameterAttribute.

  • Delegate
    Type: CodeEffects.Rule.Common.Models.GetDataSourceDelegate

    Gets or sets the signature of a method that takes no parameters and returns a collection of DataSourceItem used by the custom Dynamic Menu Data Sources feature.

p101

l097 --

l102

p101

×