Type InstructorInterno
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IHasPropertyBag, IAuditedEntity
Instructor Interno 
			
		
			Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
InstructorInterno CreateInstructorInterno(int codigoEmpleado)
Create a new InstructorInterno object. 
			
				
		
	Parameters
- 
							
intcodigoEmpleado - Initial value of the CodigoEmpleado property.
 
Public properties
int CodigoEmpleado get; set;
Código de Empleado 
		
	string Comentarios get; set;
Observaciones o comentarios al instructor 
		
	EntityCollection<CursoCapacitacion> CursosCapacitacion get; set;
Cursos del instructor 
		
	Empleo Empleo get; set;
Empleo 
		
	EntityReference<Empleo> EmpleoReference get; set;
Empleo 
		
	EntityKey EntityKey get; set;
EntityState EntityState get;
string Especialidad get; set;
Texto que describe las especialidades que tiene este instructor 
		
	EntityCollection<EventoCapacitacion> Eventos get; set;
Eventos del instructor 
		
	Nullable<DateTime> FechaGrabacion get; set;
Fecha de inserción 
		
	Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de última modificación 
		
	string RawPropertyBagData get; set;
Data del property bag 
		
	string UsuarioGrabacion get; set;
Usuario que insertó 
		
	string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación