Click or drag to resize

ISectionSchema Interface

Represents a graphical schema of a IRestaurantSection. Use TryGetSectionSchemaByRestaurantSection(IRestaurantSection) or TryGetSectionSchema(IRestaurantSection) to get schema for a specific section.

Namespace: Resto.Front.Api.Data.Organization.Sections
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public interface ISectionSchema : ISerializable

The ISectionSchema type exposes the following members.

Properties
 NameDescription
Public propertyEllipseElementsCollection of restaurant section ellipses.
Public propertyHeightSection schema height in px
Public propertyImageElementsCollection of restaurant section images.
Public propertyMarkElementsCollection of restaurant section marks.
Public propertyRectangleElementsCollection of restaurant section rectangles.
Public propertyTableElementsCollection of restaurant section tables.
Public propertyVersionVersion of the schema, which can be used to track schema changes.
Public propertyWidthSection schema width in px
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also