Click or drag to resize

MenuItemInfo Constructor (DbMenuItemDefinition, DataStoreClient, DbStringEntry, Int32, Int32)

Initializes a new instance of the MenuItemInfo class

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public MenuItemInfo(
	DbMenuItemDefinition menuItemDef,
	DataStoreClient ds,
	DbStringEntry sluName,
	int langId,
	int rvcId
)

Parameters

menuItemDef
Type: DbMenuItemDefinition
ds
Type: DataStoreClient
sluName
Type: DbStringEntry
langId
Type: SystemInt32
rvcId
Type: SystemInt32
See Also