Evolution : Data Model API Documentation

Type AusenciaEventoCapacitacion

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity

Events

PropertyChanged

PropertyChanging

Public static methods

AusenciaEventoCapacitacion CreateAusenciaEventoCapacitacion(int codigo, DateTime fechaInicio, DateTime fechaFin, bool esJustificada)

Create a new AusenciaEventoCapacitacion object.
Parameters
int codigo
Initial value of the Codigo property.
DateTime fechaInicio
Initial value of the FechaInicio property.
DateTime fechaFin
Initial value of the FechaFin property.
bool esJustificada
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.