IAssembly |
public interface IAssemblyChartItem : ISerializable, IEntity
The IAssemblyChartItem type exposes the following members.
| Name | Description | |
|---|---|---|
| AmountIn | Gross amount (brutto) in ingredient measuring units, before any processing. | |
| AmountMiddle | Net amount (netto) in ingredient measuring units, after cold processing. | |
| AmountOut | Output amount in ingredient measuring units, after all processing (hot + cold). | |
| Id | (Inherited from IEntity) | |
| Product | Ingredient product. | |
| ProductSize | Product size this ingredient line applies to. Null means the line applies to all sizes (Common strategy). | |
| SortOrder | Sort order of this ingredient in the recipe. |
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable) |