Click or drag to resize

IComboStep Interface

A step (group) of a combo definition.

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

The IComboStep type exposes the following members.

Properties
 NameDescription
Public propertyCanSkipStepWhether this step can be skipped when assembling the combo.
Public propertyId
(Inherited from IEntity)
Public propertyIsMainGroupWhen products from all main steps are added to an order, hint for assembling the combo is shown.
Public propertyItemsProducts available at this step.
Public propertyNameStep name.
Public propertyPositionSort order position within the combo.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also