ICombo |
public interface IComboStepItem : ISerializable
The IComboStepItem type exposes the following members.
| Name | Description | |
|---|---|---|
| ForbiddenModifiers | Modifiers that are forbidden for the product in this combo. means all modifiers are forbidden, empty list means no modifiers are forbidden. | |
| Position | Sort order position within the step. | |
| Product | The product allowed at this position. | |
| Sizes | Mapping 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. |
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable) |