WorkOrderEmployee Class

Contains the job information of an employee [PartesTrabajo_Personal].

Definition

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

Constructors

WorkOrderEmployeeInitializes a new instance of the WorkOrderEmployee class

Properties

Actions Work report actions
Assets Work report assets
Code Employee code [CodEmpleado].
Description Description [Descripcion].
EndDate End date FechaFin].
EndTime End time [HoraFin].
Id Employee job identifier [Id].
Services Work report services.
StartDate Start date [FechaInicio].
StartTime Start time [HoraInicio].

Extension Methods

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

See Also