Type PlanCapacitacion
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity
Entidad que representa los planes de capacitación 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
PlanCapacitacion CreatePlanCapacitacion(int codigo, string nombre, string estadoDb)
Create a new PlanCapacitacion object. 
			
				
		
	Parameters
- 
							
intcodigo - Initial value of the Codigo property.
 - 
							
stringnombre - Initial value of the Nombre property.
 - 
							
stringestadoDb - Initial value of the EstadoDb property.
 
Public properties
int Codigo get; set;
Código del Plan 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
EstadoPlanCapacitacion Estado get; set;
Estado del Plan 
		
	string EstadoDb get; set;
Estado del Plan 
		
	Nullable<DateTime> FechaGrabacion get; set;
Fecha de creación del registro 
		
	Nullable<DateTime> FechaInicio get; set;
Fecha de inicio del plan de capacitación 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de la última modificación 
		
	List<Guid> FileAttachments get; set;
Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho 
		
	GrupoCorporativo GrupoCorporativo get; set;
Grupo Corporativo al que pertenece el Plan 
		
	EntityReference<GrupoCorporativo> GrupoCorporativoReference get; set;
Grupo Corporativo al que pertenece el Plan 
		
	string Nombre get; set;
Nombre del Plan 
		
	Nullable<int> NumeroPeriodos get; set;
Números de períodos que posee el plan 
		
	string Objetivos get; set;
Objetivos del Plan 
		
	EntityCollection<ProgramaCapacitacion> Programas get; set;
No Metadata Documentation available. 
		
	string RawPropertyBagData get; set;
Data de los campos adicionales 
		
	Nullable<UnidadPeriodoPlanCapacitacion> UnidadPeriodo get; set;
Estado del Plan 
		
	string UnidadPeriodoDb get; set;
Unidad del número de períodos 
		
	string UsuarioGrabacion get; set;
Usuario que creó el registro 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la ultima modificación