Click or drag to resize

IComboStepItem Interface

A product entry within a combo step.

Namespace: Resto.Front.Api.Data.Combo
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public interface IComboStepItem : ISerializable

The IComboStepItem type exposes the following members.

Properties
 NameDescription
Public propertyForbiddenModifiersModifiers that are forbidden for the product in this combo. means all modifiers are forbidden, empty list means no modifiers are forbidden.
Public propertyPositionSort order position within the step.
Public propertyProductThe product allowed at this position.
Public propertySizesMapping of combo sizes to available product sizes. means the product has no scale or all product sizes are available for all combo sizes, empty dictionary means no product sizes are available for any combo size.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also