Click or drag to resize

MenuItemLoadOptions Class

Inheritance Hierarchy
SystemObject
  Omada.OE.ModelMenuItemLoadOptions

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class MenuItemLoadOptions

The MenuItemLoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodMenuItemLoadOptions
Top
Properties
  NameDescription
Public propertyIdPosList
Positive list of id's.
Public propertyIncludeParents
Should parents (all the way to the root) of the items also be returned. Defaults to false.
Public propertyParentIdPosList
Ids of a number of parent menu items. If specified only menu items located below one of the specified parents are loaded. Assign the value 0 (zero) to the collection in order to load the menu items in the root.
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