WorkOrder Class

Contains the information of the work report [WorkParts].

Definition

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

Constructors

WorkOrderInitializes a new instance of the WorkOrder class

Properties

AgreedDateWithCustomer Date agreed upon with the client [CitaPrevistaConCliente].
ContactAddress Contact address [Direccion].
ContactCity Contact population [Poblacion].
ContactCountryCode Country code of the contact [CodPais].
ContactEmail Contact email [Email].
ContactPerson Contact person [Contacto].
ContactPhone1 Contact phone 1 [Telefono1].
ContactPhone2 Contact phone 2 [Telefono2].
ContactPhone3 Contact phone 3 [Telefono3].
ContactState Province of contact [Provincia].
ContactVATNumber Tax identification of the contact [NIF].
ContactZipCode Postal code of the contact [CodigoPostal].
ContactZoneCode Contact zone code [CodZona].
CustomerCode Code of the client of the work report [CodCliente].
Description Description of the work report [Descripcion].
Document Work report document [Documento].
EndDate Attendance End date [FechaFinAsistencia].
EndTime Attendance End time [HoraFinAsistencia].
ExpectedDate Scheduled date [FechaAsistenciaPrevista].
ExpectedTime Scheduled Time [HoraAsistenciaPrevista].
GradeCode Service grade code [GradeCode].
Id Identifier of the work report [Id].
IsBillable Indicates whether it is a billable part of work [EsFacturable].
IsPreventive Indicates whether it is a preventive work report [EsPreventivo].
IsWarranty Indicates if it is a warranty work report [EsGarantia].
ManagerCode Manager code [CodResponsable].
NoticeDate Date of the notice [FechaAviso].
NoticeDetails Notice details [DetalleAviso].
NoticeTime Notice Time [HoraAviso].
Observations Observations on the work report [Observaciones].
ObservationsTechnical Technician's observations [ObservacionesTecnico].
Products Work order products.
ProjectCode Project code of the work report [CodProyecto].
Reference Reference of the work report [Referencia].
StartDate Attendance Start date [FechaInicioAsistencia].
StartTime Attendance Start time [HoraInicioAsistencia].
StatusCode Status code [CodEstado].
StatusDate Status date [Fechaestado].
StatusTime State time [HoraEstado].
SupplierCode Code of the supplier or subcontractor in the work report [CodProveedor].
Teams Work order teams.
TypeCode Work part type code [CodTipoParte].
TypeOfDayCode Work day type code [WorkDayTypeCode].
WorkDetails Work details [DetalleTrabajo].

Extension Methods

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

See Also