ManufacturingOrderPhase Class

Contains the information of the production order phase [Fabricacion_Ordenes_Fases].

Definition

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

Constructors

ManufacturingOrderPhaseInitializes a new instance of the ManufacturingOrderPhase class

Properties

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].

Extension Methods

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

See Also