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.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public interface ISectionSchema : ISerializable

The ISectionSchema type exposes the following members.

Properties
  NameDescription
Public propertyEllipseElements
Collection of restaurant section ellipses.
Public propertyHeight
Section schema height in px
Public propertyImageElements
Collection of restaurant section images.
Public propertyMarkElements
Collection of restaurant section marks.
Public propertyRectangleElements
Collection of restaurant section rectangles.
Public propertyTableElements
Collection of restaurant section tables.
Public propertyVersion
Version of the schema, which can be used to track schema changes.
Public propertyWidth
Section schema width in px
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also