MenuManager Class | 
Namespace: Omada.OE.Model
[SerializableAttribute] public class MenuManager
The MenuManager type exposes the following members.
| Name | Description | |
|---|---|---|
| MenuManager | 
| Name | Description | |
|---|---|---|
| Items | ||
| Root | 
            This is the root menuitem in the hierarchy.
            The root is a pseudo menuitem - it doesn't correspond to an actual menuitem.
              | 
| Name | Description | |
|---|---|---|
| AddMenuItem | 
            Adds a menuitem object to the manager.
            (The menuItem object will most likely originate from a call to GetNewMenuItem).
              | |
| AddMenuItems | 
            Adds a list of existing menuitems to the manager.
              | |
| GetMenuItem | ||
| GetNewMenuItem | ||
| GetNewMenuItem(Int32) | 
            Returns a new (empty) menuitem.
              | 
| Name | Description | |
|---|---|---|
| ToBool | 
            Converts object to boolean.
              (Defined by ObjectExtensions.) | |
| ToDateTime | 
            Converts object to DateTime.
              (Defined by ObjectExtensions.) | |
| ToInt | 
            Converts object to integer.
              (Defined by ObjectExtensions.) |