IEditSessionSetServiceItemCustomName Method |
Sets the custom name of the service item. User must have rights to edit orders.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid SetServiceItemCustomName(
string customName,
IOrderStub order,
IOrderServiceItemStub orderItem
)
Parameters
- customName String
- New custom name of the service item or null to use default name.
- order IOrderStub
- Order that contains element with changing service item.
- orderItem IOrderServiceItemStub
- Service item which custom name will be changed.
See Also