Click or drag to resize

IPreliminaryOrderProductItem Interface


Namespace: Resto.Front.Api.Data.PreliminaryOrders
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public interface IPreliminaryOrderProductItem : ISerializable

The IPreliminaryOrderProductItem type exposes the following members.

Properties
 NameDescription
Public propertyAmountProduct amount
Public propertyDishProduct product
Public propertyModifiersProduct modifiers
Public propertyProductSizeSize of the product if it has scale, otherwise null.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also