Click or drag to resize

IKitchenOrderZeroAmountModifierData Interface

Child modifier with specified non-zero DefaultAmount and enabled HideIfDefaultAmount property which was deleted from parent item.

Namespace: Resto.Front.Api.Data.Kitchen
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public interface IKitchenOrderZeroAmountModifierData : ISerializable

The IKitchenOrderZeroAmountModifierData 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.
Public propertyProductModifier to be cooked.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also