Componente class
Assembly part. Can be included in DistintaBase
.
public class Componente : BaseEntity
Public Members
name | description |
---|---|
Componente() | The default constructor. |
Articolo { get; set; } | Product to be composed. Expandable. |
ArticoloComponente { get; set; } | Assembly part. Expandable. |
ArticoloComponenteId { get; set; } | Assembly part's unique id. |
ArticoloId { get; set; } | Unique id of the Articolo to be composed. |
QuantitaNecessaria { get; set; } | Quantity needed for assembly. |
See Also
- class BaseEntity
- namespace Amica