Click or drag to resize

MenuManager Class

MenuManager manages the menuitems of the application.
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelMenuManager

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[SerializableAttribute]
public class MenuManager

The MenuManager type exposes the following members.

Constructors
  NameDescription
Public methodMenuManager
Top
Properties
  NameDescription
Public propertyItems
Public propertyRoot
This is the root menuitem in the hierarchy. The root is a pseudo menuitem - it doesn't correspond to an actual menuitem.
Top
Methods
  NameDescription
Public methodAddMenuItem
Adds a menuitem object to the manager. (The menuItem object will most likely originate from a call to GetNewMenuItem).
Public methodAddMenuItems
Adds a list of existing menuitems to the manager.
Public methodGetMenuItem
Public methodStatic memberGetNewMenuItem
Public methodStatic memberGetNewMenuItem(Int32)
Returns a new (empty) menuitem.
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also