Evolution : Data Model API Documentation

Type GrupoEmpleo

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity

Events

PropertyChanged

PropertyChanging

Public static methods

GrupoEmpleo CreateGrupoEmpleo(int codigo, DateTime fechaInicio)

Create a new GrupoEmpleo object.
Parameters
int codigo
Initial value of the Codigo property.
DateTime fechaInicio
Initial value of the FechaInicio property.

Public properties

int Codigo get; set;

No Metadata Documentation available.

Empleo Empleo get; set;

Empleo

EntityReference<Empleo> EmpleoReference get; set;

Empleo

EntityKey EntityKey get; set;

EntityState EntityState get;

Nullable<DateTime> FechaFin get; set;

Fecha de fin de la asignación. Si es nula, la asignación se mantiene indefinidamente

Nullable<DateTime> FechaGrabacion get; set;

No Metadata Documentation available.

DateTime FechaInicio get; set;

Fecha de inicio de la asignación

Nullable<DateTime> FechaUltimaModificacion get; set;

No Metadata Documentation available.

GrupoAsistencia Grupo get; set;

Grupo de asistencia

EntityReference<GrupoAsistencia> GrupoReference get; set;

Grupo de asistencia

string UsuarioGrabacion get; set;

No Metadata Documentation available.

string UsuarioUltimaModificacion get; set;

No Metadata Documentation available.