Click or drag to resize

IEditSessionChangeOrderModifierItemMarkingCode Method

Changes the marking code of a modifier within an order item. Skip scanning of marking code option will be reset. Use SkipScanningOrderModifierItemMarkingCode(IOrderStub, IOrderModifierItemStub) to set this option.

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void ChangeOrderModifierItemMarkingCode(
	string markingCode,
	IOrderStub order,
	IOrderModifierItemStub modifierItem
)

Parameters

markingCode  String
Specifies the new value for the marking code. Set null to reset the marking code.
order  IOrderStub
The order that contains the modifier order item for which the marking code will be changed.
modifierItem  IOrderModifierItemStub
The order modifier item that will have its marking code changed.
See Also