IEditSessionSetServiceItemPeriodCustomName Method |
Sets the custom name of the service period. User must have rights to edit orders.
Namespace: Resto.Front.Api.EditorsAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid 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