Evolution : Data Model API Documentation

Type JornadaGrupo

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IJornadaAsignadaEntidad

Events

PropertyChanged

PropertyChanging

Public static methods

JornadaGrupo CreateJornadaGrupo(int codigo, DateTime fecha, int grupoCodigo, short jornadaCodigo)

Create a new JornadaGrupo object.
Parameters
int codigo
Initial value of the Codigo property.
DateTime fecha
Initial value of the Fecha property.
int grupoCodigo
Initial value of the GrupoCodigo property.
short jornadaCodigo
Initial value of the JornadaCodigo property.

Public properties

int Codigo get; set;

No Metadata Documentation available.

EntityKey EntityKey get; set;

EntityState EntityState get;

DateTime Fecha get; set;

No Metadata Documentation available.

Nullable<DateTime> FechaGrabacion get; set;

No Metadata Documentation available.

Nullable<DateTime> FechaUltimaModificacion get; set;

No Metadata Documentation available.

GrupoAsistencia Grupo get; set;

Grupo de asistencia

int GrupoCodigo get; set;

Código

EntityReference<GrupoAsistencia> GrupoReference get; set;

Grupo de asistencia

Jornada Jornada get; set;

Jornada

short JornadaCodigo get; set;

Código de la jornada

EntityReference<Jornada> JornadaReference get; set;

Jornada

string UsuarioGrabacion get; set;

No Metadata Documentation available.

string UsuarioUltimaModificacion get; set;

No Metadata Documentation available.