Type IngresoLiquidacion
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IHasPropertyBag, IAuditedEntity
Representa un ingreso pagado en la liquidación de un empleado retirado
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
IngresoLiquidacion CreateIngresoLiquidacion(int codigo, decimal valor, decimal tiempo, bool esValorFijo)
Create a new IngresoLiquidacion object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
decimal
valor - Initial value of the Valor property.
-
decimal
tiempo - Initial value of the Tiempo property.
-
bool
esValorFijo - Initial value of the EsValorFijo property.
Public properties
int Codigo get; set;
Código de registro de ingreso de la liquidación
string CodigoMoneda get; set;
Código de la moneda
Nullable<short> CodigoTipo get; set;
Código del tipo de ingreso
string Comentario get; set;
Comentario asociado al ingreso
EntityKey EntityKey get; set;
EntityState EntityState get;
bool EsValorFijo get; set;
Indica si el valor no sufrio modificaciones en el proceso de cálculo
Nullable<DateTime> FechaGrabacion get; set;
Fecha de inserción
Nullable<DateTime> FechaUltimaModificacion get; set;
Fecha de última modificación
Liquidacion Liquidacion get; set;
Liquidación a la que pertenece este registro de ingreso
EntityReference<Liquidacion> LiquidacionReference get; set;
Liquidación a la que pertenece este registro de ingreso
Moneda Moneda get; set;
Moneda en que está expresado el valor
EntityReference<Moneda> MonedaReference get; set;
Moneda en que está expresado el valor
string RawPropertyBagData get; set;
Data del property bag
decimal Tiempo get; set;
Cantidad en tiempo asociada al ingreso
TipoIngreso Tipo get; set;
Tipo de Ingreso al que está asociado este registro
EntityReference<TipoIngreso> TipoReference get; set;
Tipo de Ingreso al que está asociado este registro
Nullable<UnidadTiempoIngresosDescuentos> UnidadTiempo get; set;
Unidad de medida del tiempo
string UsuarioGrabacion get; set;
Usuario que inserta
string UsuarioUltimaModificacion get; set;
Usuario que realizó la ultima modificación
decimal Valor get; set;
Valor del Ingreso