Click or drag to resize

IEditSessionRecoverCorruptedReserve Method

Recovers banquet which is bound to non-existent order. Normally such cases should never occur, but due to entities storage implementation details sometimes banquet may loose its order. Note that new empty order will be created from scratch.

Namespace:  Resto.Front.Api.Editors
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
INewOrderStub RecoverCorruptedReserve(
	IReserveStub reserve
)

Parameters

reserve
Type: Resto.Front.Api.Editors.StubsIReserveStub
Banquet to recover.

Return Value

Type: INewOrderStub
See Also