Type IngresoDiaJornada
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity
Representa un ingreso a pagar en cada día de la jornada
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public instance methods
bool ShouldSerializeDiaJornada()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
bool ShouldSerializeDiaJornadaReference()
Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría
Public static methods
IngresoDiaJornada CreateIngresoDiaJornada(int codigo, decimal horas, decimal factor)
Create a new IngresoDiaJornada object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
decimal
horas - Initial value of the Horas property.
-
decimal
factor - Initial value of the Factor property.
Public properties
int Codigo get; set;
Código de registro de pago de la jornada
DiaJornada DiaJornada get; set;
Día de la Jornada al que pertenece este registro
EntityReference<DiaJornada> DiaJornadaReference get; set;
Día de la Jornada al que pertenece este registro
EntityKey EntityKey get; set;
EntityState EntityState get;
decimal Factor get; set;
Factor por el cual multiplicar el salario por hora por las horas registradas
Nullable<DateTime> FechaGrabacion get; set;
Fecha en que se creó el registro
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de la última modificación del registro
decimal Horas get; set;
Horas que generadas para este tipo de ingreso
TipoIngreso TipoIngreso get; set;
Tipo de Ingreso a generar en este día
EntityReference<TipoIngreso> TipoIngresoReference get; set;
Tipo de Ingreso a generar en este día
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación del registro