Click or drag to resize

IFixedChildModifier Interface


Namespace: Resto.Front.Api.Data.Orders
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public interface IFixedChildModifier : ISerializable, 
	IChildModifierBase

The IFixedChildModifier type exposes the following members.

Properties
 NameDescription
Public propertyAmountIndependentOfParentAmountWhether 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.
(Inherited from IChildModifierBase)
Public propertyDefaultAmount
(Inherited from IChildModifierBase)
Public propertyFreeOfChargeAmountMaximum amount that will be free, additional amount will be paid.
(Inherited from IChildModifierBase)
Public propertyHideIfDefaultAmount
(Inherited from IChildModifierBase)
Public propertyMaximumAmount
(Inherited from IChildModifierBase)
Public propertyMinimumAmount
(Inherited from IChildModifierBase)
Public propertyProduct
(Inherited from IChildModifierBase)
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also