Click or drag to resize

IComboDefinition Interface

Combo definition.

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

The IComboDefinition type exposes the following members.

Properties
 NameDescription
Public propertyCategoryDisplay category, or if the combo has no category.
Public propertyId
(Inherited from IEntity)
Public propertyNameCombo name.
Public propertyScaleProduct scale for size selection, or if sizes are not used.
Public propertyShowHintForMissingStepsMaximum number of missing non-main steps for which the combo hint is still shown. means the hint is shown regardless of how many non-main steps are missing.
Public propertySizesAvailable sizes of the combo. means all sizes of the scale are available.
Public propertySkuCombo SKU.
Public propertyStepsCombo steps.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also