Click or drag to resize

IOperationServiceTryGetSectionSchemaByRestaurantSection Method

Returns sectionSchema of the specified restaurantSection or null if restaurantSection doesn't exist.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
ISectionSchema TryGetSectionSchemaByRestaurantSection(
	IRestaurantSection restaurantSection
)

Parameters

restaurantSection  IRestaurantSection
 

Return Value

ISectionSchema
See Also