Type EscenarioDescuentoLiquidacion
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IHasPropertyBag
Representa un descuento aplicado para el escenario de liquidación de un empleado
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
EscenarioDescuentoLiquidacion CreateEscenarioDescuentoLiquidacion(long codigo, string sessionID, bool esDescuentoLegal, decimal valor, decimal valorPatronal, decimal ingresoAfecto, decimal tiempo, bool esValorFijo, DateTime fechaGrabacion)
Create a new EscenarioDescuentoLiquidacion object.
Parameters
-
longcodigo - Initial value of the Codigo property.
-
stringsessionID - Initial value of the SessionID property.
-
boolesDescuentoLegal - Initial value of the EsDescuentoLegal property.
-
decimalvalor - Initial value of the Valor property.
-
decimalvalorPatronal - Initial value of the ValorPatronal property.
-
decimalingresoAfecto - Initial value of the IngresoAfecto property.
-
decimaltiempo - Initial value of the Tiempo property.
-
boolesValorFijo - Initial value of the EsValorFijo property.
-
DateTimefechaGrabacion - Initial value of the FechaGrabacion property.
Public properties
long Codigo get; set;
Código de registro de descuento del escenario 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 descuento
EntityKey EntityKey get; set;
EntityState EntityState get;
bool EsDescuentoLegal get; set;
Determina si este descuento corresponde con un descuento legal
bool EsValorFijo get; set;
Indica si el valor no sufrió cambios en la realización de los calculos
DateTime FechaGrabacion get; set;
No Metadata Documentation available.
decimal IngresoAfecto get; set;
Valor de la sumatoria de ingresos que forman el afecto para cálculo del descuento legal
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
string SessionID get; set;
Session Id del usuario autenticado
decimal Tiempo get; set;
Cantidad en tiempo asociada al descuento
TipoDescuento Tipo get; set;
Tipo de Descuento al que está asociado este registro
EntityReference<TipoDescuento> TipoReference get; set;
Tipo de Descuento al que está asociado este registro
Nullable<UnidadTiempoIngresosDescuentos> UnidadTiempo get; set;
Unidad de medida del tiempo
decimal Valor get; set;
Valor del descuento
decimal ValorPatronal get; set;
Valor del aporte patronal correspondiente al descuento legal