Evolution : Data Model API Documentation

Type InstructorInterno

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IHasPropertyBag, IAuditedEntity

Events

PropertyChanged

PropertyChanging

Public static methods

InstructorInterno CreateInstructorInterno(int codigoEmpleado)

Create a new InstructorInterno object.
Parameters
int codigoEmpleado
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