Type AusenciaEventoCapacitacion
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
almacena las ausencias de los participantes al evento de capacitación cuando se está ejecutando
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
AusenciaEventoCapacitacion CreateAusenciaEventoCapacitacion(int codigo, DateTime fechaInicio, DateTime fechaFin, bool esJustificada)
Create a new AusenciaEventoCapacitacion object.
Parameters
-
intcodigo - Initial value of the Codigo property.
-
DateTimefechaInicio - Initial value of the FechaInicio property.
-
DateTimefechaFin - Initial value of the FechaFin property.
-
boolesJustificada - Initial value of the EsJustificada property.
Public properties
int Codigo get; set;
No Metadata Documentation available.
string Descripcion get; set;
Descripción
EntityKey EntityKey get; set;
EntityState EntityState get;
bool EsJustificada get; set;
¿Es ausencia justificada?
DateTime FechaFin get; set;
Fecha y hora fin de ausencia
Nullable<DateTime> FechaGrabacion get; set;
No Metadata Documentation available.
DateTime FechaInicio get; set;
Fecha y hora de inicio de ausencia
Nullable<DateTime> FechaUltimaModificacion get; set;
No Metadata Documentation available.
ParticipanteEventoCapacitacion Participante get; set;
Participante que se ausentó
EntityReference<ParticipanteEventoCapacitacion> ParticipanteReference get; set;
Participante que se ausentó
string UsuarioGrabacion get; set;
No Metadata Documentation available.
string UsuarioUltimaModificacion get; set;
No Metadata Documentation available.