Class MenuListItem
MenuListItem is inherited from SoListItem. In addition to the standard list items the class have properties specific to displaying menuitems in the main menu and the context menus.
Inherited Members
Namespace: SuperOffice.CRM.Lists
Assembly: SoCore.dll
Syntax
public class MenuListItem : SoListItem, IComparable<ISoListItem>, IComparable, IMenuListItem, ISoListItem
Constructors
MenuListItem(int, string, string, string, int, string, string, string)
Default constructor
Declaration
public MenuListItem(int Id, string Name, string Tooltip, string Type, int Color, string IconHint, string Url, string CrudFlag)
Parameters
Type | Name | Description |
---|---|---|
int | Id | Primary key |
string | Name | Visible item name |
string | Tooltip | Visible item tooltip |
string | Type | Item type, interpretation depends on list |
int | Color | Item colour |
string | IconHint | suggested item icon |
string | Url | A url for a MenuListItem is usually a soprotocol url |
string | CrudFlag |
Properties
CrudFlags
MenuListItem is inherited from SoListItem. In addition to the standard list items the class have properties specific to displaying menuitems in the main menu and the context menus.
Declaration
public string CrudFlags { get; }
Property Value
Type | Description |
---|---|
string |
SubItems
MenuListItem is inherited from SoListItem. In addition to the standard list items the class have properties specific to displaying menuitems in the main menu and the context menus.
Declaration
public List<MenuListItem> SubItems { get; }
Property Value
Type | Description |
---|---|
List<MenuListItem> |
Url
MenuListItem is inherited from SoListItem. In addition to the standard list items the class have properties specific to displaying menuitems in the main menu and the context menus.
Declaration
public string Url { get; }
Property Value
Type | Description |
---|---|
string |