WorkOrderAction Class
Contains the asset information of a work report [PartesTrabajo_Acciones].
Namespace: Aliquo.Core.ModelsAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
[SerializableAttribute]
public class WorkOrderAction : BindableCore
<SerializableAttribute>
Public Class WorkOrderAction
Inherits BindableCore
- Inheritance
- Object BindableCore WorkOrderAction
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].
|