Click or drag to resize

IAssemblyChartItem Interface

Single ingredient line in an assembly chart. Amounts are in product measuring units — multiply by product UnitWeight to get weight in kg.

Namespace: Resto.Front.Api.Data.Assortment
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
public interface IAssemblyChartItem : ISerializable, 
	IEntity

The IAssemblyChartItem type exposes the following members.

Properties
 NameDescription
Public propertyAmountInGross amount (brutto) in ingredient measuring units, before any processing.
Public propertyAmountMiddleNet amount (netto) in ingredient measuring units, after cold processing.
Public propertyAmountOutOutput amount in ingredient measuring units, after all processing (hot + cold).
Public propertyId
(Inherited from IEntity)
Public propertyProductIngredient product.
Public propertyProductSizeProduct size this ingredient line applies to. Null means the line applies to all sizes (Common strategy).
Public propertySortOrderSort order of this ingredient in the recipe.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also