[SerializableAttribute]
public class ManufacturingOrderPhase : BindableCore
<SerializableAttribute>
Public Class ManufacturingOrderPhase
Inherits BindableCore
ManufacturingOrderPhase | Initializes a new instance of the ManufacturingOrderPhase class |
Code | Manufacturing phase code [CodFase]. |
FactorCycle | Process cycle factor [FactorCiclo]. |
MachineCapacity | Machine capacity [CapacidadMaquina]. |
MachineCode | Machine code in the manufacturing phase [CodMaquina]. |
MachineTimeCycle | Machine cycle time [TiempoCicloMaquina]. |
MachineTimePreparation | Machine setup time [TiempoPreparacionMaquina]. |
Sequence | Phase sequence in the production order [Secuencia]. |
SequenceNext | Sequence of the next phase in the production order [SecuenciaSiguiente]. |
StaffQuantity | Staff amount [CantidadPersonal]. |
StaffTimeCycle | Staff cycle time [TiempoCicloPersonal]. |
StaffTimePreparation | Staff preparation time [TiempoPreparacionPersonal]. |
StaggeringType | Staggering type of the next manufacturing phase [TipoEscalonamiento]. |
StaggeringValue | Staggering Value [ValorEscalonamiento]. |
WithoutPreparation | Indicates that the manufacturing phase is carried out without preparation [SinPreparacion]. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |