Click or drag to resize

OpsContextIsCondimentOnParent Method (MenuItemCommandData, Int32)

Checks if a particular condiment has been added to the currently select parent item.

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public bool IsCondimentOnParent(
	MenuItemCommandData micd,
	int count
)

Parameters

micd
Type: Micros.OpsMenuItemCommandData
The Menu Item Command to be checked, this may only include the Master, but may also include a specific definition sequence
count
Type: SystemInt32
The quantity of the condiment to be checked. Specify zero for this parameter to be ignored.

Return Value

Type: Boolean
Returns true if the specified condiment has been added to the parent item in the specified quantity.
See Also