Navigation

Categories
Show Navigation Next Topic  »

DataSourceItem class

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

This class is used to hold menu items provided by the Dynamic Menu Data Sources.

Syntax

public class DataSourceItem

Properties

  • ID Type: System.Int32

    Gets or sets ID integer value of a menu item.

  • Key Type: System.String

    Gets or sets the Key string value of the menu item.

  • Name Type: System.String

    Gets or sets the display name of the menu item.

Note: Use either the ID or the Key fields to set the "identity" of a menu item. If both values are set, editor uses the Key value.


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

Comments: 0