Click or drag to resize

MenuItemInfo Class

This class provides information about a menu item.
Inheritance Hierarchy
SystemObject
  Micros.OpsMenuItemInfo

Namespace: Micros.Ops
Assembly: Ops (in Ops.dll) Version: 19.8
Syntax
C#
public class MenuItemInfo : INotifyPropertyChanged

The MenuItemInfo type exposes the following members.

Constructors
 NameDescription
Public methodMenuItemInfo(DbMenuItemDefinition, DataStoreClient, Int32, Int32)Initializes a new instance of the MenuItemInfo class
Public methodMenuItemInfo(Int64, DataStoreClient, Int32, Int32)Initializes a new instance of the MenuItemInfo class
Public methodMenuItemInfo(DbMenuItemDefinition, DataStoreClient, ITranslatableString, Int32, Int32)Initializes a new instance of the MenuItemInfo class
Public methodMenuItemInfo(DbMenuItemDefinition, DataStoreClient, Int32, Int32, Int32)Initializes a new instance of the MenuItemInfo class
Top
Properties
 NameDescription
Public propertyCheckMenuItemAvailability Menu Item is decrementing count special
Public propertyCountAvailable Menu Item count
Public propertyCountAvailableIfChecking 
Public propertyEditMenuItemAvailabilityName1 Used to display the first name of MenuItem In EditMenuItemAvailablity.xaml
Public propertyEditMenuItemAvailabilityName2 Used to display the second name of MenuItem In EditMenuItemAvailablity.xaml
Public propertyFamilyGroupObjNum Family Group Object Number
Public propertyLangId Language Id
Public propertyMajorGroupObjNum Major Group Object Number
Public propertyMenuItemClassName Menu Item Class Name
Public propertyMenuItemClassObjNum Menu Item Class Object Number
Public propertyMenuItemDefId Menu Item Definition ID
Public propertyMenuItemDefinition Menu Item Definition
Public propertyMenuItemMasterName Menu Item Master Name.
Public propertyMenuItemMasterNumber Menu Item Master Object Number.
Public propertyMenuItemName Menu Item Name
Public propertyOutOfMenuItem Menu Item is unavailable
Public propertySelected Menu Item is selected.
Public propertySequenceNumber Menu Item Sequence Number
Public propertySluIndex Menu Item SLU Index
Public propertySluName Menu Item SLU Name
Public propertyUnavailableAndCountdownActive 
Top
Methods
 NameDescription
Public methodInitialize 
Protected methodOnPropertyChanged 
Public methodToString
(Overrides ObjectToString)
Top
Events
 NameDescription
Public eventPropertyChanged Property changed event
Top
See Also