Click or drag to resize

IEditSessionSetServiceItemCustomName Method

Sets the custom name of the service item. User must have rights to edit orders.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
void SetServiceItemCustomName(
	string customName,
	IOrderStub order,
	IOrderServiceItemStub orderItem
)

Parameters

customName
Type: SystemString
New custom name of the service item or null to use default name.
order
Type: Resto.Front.Api.Editors.StubsIOrderStub
Order that contains element with changing service item.
orderItem
Type: Resto.Front.Api.Editors.StubsIOrderServiceItemStub
Service item which custom name will be changed.
See Also