Type FechaEventoCapacitacion
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
Almacena las fechas en las que se ejecutarán los eventos de capacitación 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeEvento()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	bool ShouldSerializeEventoReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría 
		
	Public static methods
FechaEventoCapacitacion CreateFechaEventoCapacitacion(int codigo, DateTime fechaInicio, DateTime fechaFin)
Create a new FechaEventoCapacitacion object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
DateTimefechaInicio - Initial value of the FechaInicio property.
 - 
							
DateTimefechaFin - Initial value of the FechaFin property.
 
Public properties
int Codigo get; set;
Código 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
EventoCapacitacion Evento get; set;
Evento de capacitación asociado 
		
	EntityReference<EventoCapacitacion> EventoReference get; set;
Evento de capacitación asociado 
		
	DateTime FechaFin get; set;
Fecha de finalización 
		
	Nullable<DateTime> FechaGrabacion get; set;
Fecha de inserción 
		
	DateTime FechaInicio get; set;
Fecha Inicio de evento 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de última modificación 
		
	string UsuarioGrabacion get; set;
Usuario que insertó 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación