IEditSessionRenameOrderGuest Method |
Renames order's guest.
Namespace:
Resto.Front.Api.Editors
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid RenameOrderGuest(
Guid id,
string newName,
IOrderStub order
)
Parameters
- id
- Type: SystemGuid
Unique identifier of the guest to be renamed. - newName
- Type: SystemString
New name of the guest. - order
- Type: Resto.Front.Api.Editors.StubsIOrderStub
Order to rename guest in.
See Also