ManufacturingOrderComponent Class

Contains the information of the component of the manufacturing order [Fabricacion_Ordenes_Componentes].

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
[SerializableAttribute]
public class ManufacturingOrderComponent : BindableCore
Inheritance
Object    BindableCore    ManufacturingOrderComponent

Constructors

ManufacturingOrderComponentInitializes a new instance of the ManufacturingOrderComponent class

Properties

CalculateManufactured Indicates whether the component calculates the manufactured product [CalcularArticuloFabricado].
Code Manufacturing component code [CodArticulo].
FactorQuantity Component quantity factor [FactorCantidad].
Logistics Logistical information of the manufactured product.
PercentLoss Percentage of shrink or loss [PorcMerma].
PhaseCode Code of the phase where the component will be used [CodFase].
PhysicalUnitCode Physical drive code [CodUdFisica].
Quantity Component quantity [Cantidad].
StoreCode Component warehouse code [CodAlmacen].

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also