[SerializableAttribute]
public class ManufacturingOrder : BindableCore<SerializableAttribute>
Public Class ManufacturingOrder
Inherits BindableCore| ManufacturingOrder | Initializes a new instance of the ManufacturingOrder class |
| BillOfMaterialsCode | Bill of materials (BOMs) code [CodListaMateriales]. |
| Components | Production Order Components. |
| Date | Production order date [Fecha]. |
| DateCloseExpected | Expected Closing Date [FechaPrevistaCierre]. |
| DateStartExpected | Expected start date [FechaPrevistaInicio]. |
| Id | Manufacturing order identifier [Id]. |
| Logistics | Logistical information of the manufactured product. |
| Number | Production order number [Numero]. |
| Observations | Production order observations [Observaciones]. |
| OutputsInStart | Raw material departures at the beginning [SalidasEnInicio]. |
| Phases | Production order phases. |
| PhysicalUnitCode | Physical drive code [CodUdFisica]. |
| ProductCode | Code of the product to be manufactured [CodArticulo]. |
| Quantity | Quantity of the product to be manufactured [Cantidad]. |
| Reference | Production order reference [Referencia]. |
| RouteCode | Manufacturing route code [CodRuta]. |
| SalesOrderNumber | Sales order number [NumPedido]. |
| SalesOrderSerialCode | Sales order series code [CodSeriePedido]. |
| SerialCode | Production order series code [CodSerie]. |
| Status | Production order status [Estado]. |
| StoreInputCode | Finished product input warehouse [CodAlmacenEntrada]. |
| StoreOutputCode | Output warehouse for raw materials or semi-finished products [CodAlmacenSalida]. |
| GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
| ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |