Click or drag to resize

IProductSize Interface

Size of the product, affects ingredient consumption and price.

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

The IProductSize type exposes the following members.

Properties
  NameDescription
Public propertyId (Inherited from IEntity.)
Public propertyKitchenName
Name of the product size adapted for kitchen displays (usually as short as possible).
Public propertyMenuIndex
Gets an index of the current size in the list of the product scale sizes, can be used to sort product sizes in menu.
Public propertyName
Name of the product size.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also