Click or drag to resize

IEditSessionSetServiceItemPeriodCustomName Method

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

Namespace: Resto.Front.Api.Editors
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void SetServiceItemPeriodCustomName(
	string customName,
	IOrderStub order,
	IOrderServiceItemStub orderItem,
	IOrderServiceItemPeriodStub period
)

Parameters

customName  String
New custom name of the service period or null to use default name.
order  IOrderStub
Order that contains element with changing service period.
orderItem  IOrderServiceItemStub
Service item with changing period.
period  IOrderServiceItemPeriodStub
Service period which custom name will be changed.
See Also