Show / Hide Table of Contents

Interface IMenuListItem

Interface for an MDO list item in a list for building menus

Inherited Members
ISoListItem.Id
ISoListItem.Name
ISoListItem.Tooltip
ISoListItem.Rank
ISoListItem.Deleted
ISoListItem.Type
ISoListItem.Color
ISoListItem.IconHint
ISoListItem.StyleHint
ISoListItem.ExtraInfo
ISoListItem.FullName
Namespace: SuperOffice.CRM.Lists
Assembly: SoCore.dll
Syntax
public interface IMenuListItem : ISoListItem

Properties

CrudFlags

Gets a flag indicating the operation the item is set to perform. It is a combination of these characters: CRUD

Declaration
string CrudFlags { get; }
Property Value
Type Description
String

SubItems

A menu item can have subitems

Declaration
List<MenuListItem> SubItems { get; }
Property Value
Type Description
List<MenuListItem>

Url

Get a url for the MenuListItem. It is usually a soprotocol url.

Declaration
string Url { get; }
Property Value
Type Description
String

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top