[SerializableAttribute]
public class WorkOrderTeam : BindableCore<SerializableAttribute>
Public Class WorkOrderTeam
Inherits BindableCore| WorkOrderTeam | Initializes a new instance of the WorkOrderTeam class |
| 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]. |
| GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
| ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |