Evolution : Data Model API Documentation

Type JornadaEmpleo

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IJornadaAsignadaEntidad

Events

PropertyChanged

PropertyChanging

Public static methods

JornadaEmpleo CreateJornadaEmpleo(int codigo, DateTime fecha, int empleoCodigo, short jornadaCodigo)

Create a new JornadaEmpleo object.
Parameters
int codigo
Initial value of the Codigo property.
DateTime fecha
Initial value of the Fecha property.
int empleoCodigo
Initial value of the EmpleoCodigo property.
short jornadaCodigo
Initial value of the JornadaCodigo property.

Public properties

int Codigo get; set;

No Metadata Documentation available.

Empleo Empleo get; set;

Empleo

int EmpleoCodigo get; set;

Código de empleo

EntityReference<Empleo> EmpleoReference get; set;

Empleo

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.

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.