Click or drag to resize

IOperationServiceTryGetSectionSchemaByRestaurantSection Method

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

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

Parameters

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

Return Value

Type: ISectionSchema
See Also