Click or drag to resize

ISectionSchema Interface

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

The ISectionSchema type exposes the following members.

Properties
  NameDescription
Public propertyEllipseElements
Collection of restaurant section ellipses.
Public propertyHeight
Section schema height in px
Public propertyId (Inherited from IEntity.)
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 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