Click or drag to resize

ISimpleModifierBase Interface

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

The ISimpleModifierBase type exposes the following members.

Properties
  NameDescription
Public propertyAmountIndependentOfParentAmount
Whether amount of the modifier is absolute or relative to parent amount. When modifier amount depends on parent, it means multiplication — specified amount of modifier should be cooked per each parent unit, otherwise it means addition — specified amount of modifier should be cooked for whole parent.
Public propertyDefaultAmount
Public propertyFreeOfChargeAmount
Maximum amount that will be free, additional amount will be paid.
Public propertyMaximumAmount
Public propertyMenuIndex
Gets an index of simple modifier in hierarchical menu, can be used to sort modifiers of product.
Public propertyMinimumAmount
Public propertyProduct
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also