IEditSessionChangeOrderModifierItemMarkingCode Method |
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid ChangeOrderModifierItemMarkingCode(
string markingCode,
IOrderStub order,
IOrderModifierItemStub modifierItem
)
Parameters
- markingCode
- Type: SystemString
Specifies the new value for the marking code. Set null to reset the marking code. - order
- Type: Resto.Front.Api.Editors.StubsIOrderStub
The order that contains the modifier order item for which the marking code will be changed. - modifierItem
- Type: Resto.Front.Api.Editors.StubsIOrderModifierItemStub
The order modifier item that will have its marking code changed.
See Also