Click or drag to resize

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

Initializes a new instance of the MenuItemInfo class

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

Parameters

menuItemDef  DbMenuItemDefinition
 
ds  DataStoreClient
 
sluName  ITranslatableString
 
langId  Int32
 
rvcId  Int32
 
See Also