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.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
ISectionSchema TryGetSectionSchemaByRestaurantSection(
	IRestaurantSection restaurantSection
)

Parameters

restaurantSection
Type: Resto.Front.Api.Data.Organization.SectionsIRestaurantSection

Return Value

Type: ISectionSchema
See Also