Click or drag to resize

IOperationServiceGetChangedKitchenOrders Method

Get new changes for kitchen orders by revision number.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
ChangedEntities<IKitchenOrder> GetChangedKitchenOrders(
	int revisionFrom
)

Parameters

revisionFrom
Type: SystemInt32

Return Value

Type: ChangedEntitiesIKitchenOrder
Remarks
Data revisions are growing monotonously. However мonitor the terminal database id. If the database id changed, read the data starting from revision zero.
See Also