Click or drag to resize

MenuItemInfo Constructor (Int64, DataStoreClient, 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(
	long menuItemDefId,
	DataStoreClient ds,
	int langId,
	int rvcId
)

Parameters

menuItemDefId
Type: SystemInt64
ds
Type: DataStoreClient
langId
Type: SystemInt32
rvcId
Type: SystemInt32
See Also