ManufacturingActivity Class

Contains manufacturing activity information [Fabricacion_Actividad].

Definition

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

Constructors

ManufacturingActivityInitializes a new instance of the ManufacturingActivity class

Properties

Code Employee or machine code depending on the type of activity [CodEmpleado] o [CodMaquina].
DateMinimun Minimum activity date [FechaMinima].
DateTimeEnd End date and time [FechaFin].
DateTimeStart Start date and time [FechaInicio].
EfficiencyMachine Machine efficiency percentage [PorcEficienciaMaquina].
EfficiencyPlanning Planning efficiency percentage [PorcEficienciaPlanificacion].
Id Manufacturing activity identifier [Id].
Locked Indicates that the manufacturing activity is blocked [Bloqueado].
ManufacturingPhaseId Manufacturing phase line identifier [IdFaseFabricacion].
Observations Observations of the activity [Observaciones].
Quantity Amount processed in the activity [Cantidad].
Status Activity status [Estado].
Time Activity time [Tiempo].
TimeUnit Activity time unit [Tiempo].
Type Type of activity.
WithoutPreparation Indicates that the manufacturing activity 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