Click or drag to resize

ISectionSchema.TableElements Property

Collection of restaurant section tables.

Namespace:  Resto.Front.Api.Data.Organization.Sections
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
IReadOnlyList<RestaurantSectionTable> TableElements { get; }

Property Value

Type: IReadOnlyList<RestaurantSectionTable>
See Also