Click or drag to resize

IOperationServiceGetChangedOrders Method

Get new changes for orders by revision number.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
ChangedEntities<IOrder> GetChangedOrders(
	int revisionFrom,
	bool excludeDeliveryOrders = false
)

Parameters

revisionFrom
Type: SystemInt32
excludeDeliveryOrders (Optional)
Type: SystemBoolean
Whether to exclude delivery orders from the result. The default is false.

Return Value

Type: ChangedEntitiesIOrder
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