WorkOrderTeam Class

Contains the work information of a team [WorkParts_Teams].

Definition

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

Constructors

WorkOrderTeamInitializes a new instance of the WorkOrderTeam class

Properties

Code Equipment code [CodEquipo].
Description Description [Descripcion].
Employees Work order employees .
EndDate End date [FechaFin].
EndTime End time [HoraFin].
Id Team work identifier [Id].
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