WorkOrderAction Class

Contains the asset information of a work report [PartesTrabajo_Acciones].

Definition

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

Constructors

WorkOrderActionInitializes a new instance of the WorkOrderAction class

Properties

Code Action code [CodAccion].
Completed Indicates whether the action has been completed [Completada].
ContractedActionId Identifier of the contracted action [CodContratoMtoAccion].
Description Action description [Descripcion].
Evaluations Work report evaluations.
Id Identifier of the work report action [Id].
MachineCode Code of the machine involved in the action [CodMaquina].
MachineName Name of the machine involved in the action [NombreMaquina].
MachineReference Reference of the machine involved in the action [ReferenciaMaquina].
Observations Observations of the action [Observaciones].
TimeInHours Time in hours of the action [Tiempo].

Extension Methods

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

See Also