Click or drag to resize

IOrderCompoundItemComponent Interface

Element of the compound item representing one of its products.

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

The IOrderCompoundItemComponent type exposes the following members.

Properties
 NameDescription
Public propertyCost 
Public propertyFoodValue 
Public propertyId
(Inherited from IEntity)
Public propertyIsPricePredefinedWhether the price of the item is predefined. Predefined price can be provided using predefinedPrice parameter of the AddPrimaryComponent(IProduct, IOrderStub, IOrderCompoundItemStub, NullableDecimal) or AddSecondaryComponent(IProduct, IOrderStub, IOrderCompoundItemStub, NullableDecimal) methods.
Public propertyModifiersAssigned modifiers of the current component.
Public propertyPrice 
Public propertyProductProduct of the current component.
Public propertyProductCustomNameOptional marker used to specify custom name of the current component.
Public propertyResultSumTotal sum to be paid, sum with discounts and both included and excluded vat.
Public propertyTaxPercentTax percent or null for not taxed order items.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also