Click or drag to resize

IOperationServiceGetAvailableKitchenStatuses Method

Returns available kitchen statuses and their names.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IReadOnlyList<KitchenStatusInfo> GetAvailableKitchenStatuses(
	IRestaurantSection restaurantSection
)

Parameters

restaurantSection
Type: Resto.Front.Api.Data.Organization.SectionsIRestaurantSection
Restaurant section which contains cooking statuses.

Return Value

Type: IReadOnlyListKitchenStatusInfo
Remarks
Changes in the restaurantSection can be tracked by the RestaurantSectionChanged
See Also