Type DetalleModificacionTabuladorSalarial
Namespace Aseinfo.VH4.Data
Parent EntityObject
Entidad que representa el detalle de las modificaciones al tabulador salarial
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
DetalleModificacionTabuladorSalarial CreateDetalleModificacionTabuladorSalarial(int codigo, string tipoSalario, decimal salarioMinimo, decimal salarioMaximo, decimal porcentajeIncremento)
Create a new DetalleModificacionTabuladorSalarial object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
tipoSalario - Initial value of the TipoSalario property.
-
decimal
salarioMinimo - Initial value of the SalarioMinimo property.
-
decimal
salarioMaximo - Initial value of the SalarioMaximo property.
-
decimal
porcentajeIncremento - Initial value of the PorcentajeIncremento property.
Public properties
int Codigo get; set;
Código del detalle de modificación del tabulador salarial
EntityKey EntityKey get; set;
EntityState EntityState get;
ModificacionTabuladorSalarial ModificacionTabuladorSalarial get; set;
Modificación al tabulador salarial
EntityReference<ModificacionTabuladorSalarial> ModificacionTabuladorSalarialReference get; set;
Modificación al tabulador salarial
decimal PorcentajeIncremento get; set;
Pocentaje de incremento
decimal SalarioMaximo get; set;
Salario máximo para aplicar el porcentaje de incremento
decimal SalarioMinimo get; set;
Salario mínimo para aplicar el porcentaje de incremento
string TipoSalario get; set;
Tipo de salario al que se le aplica el porcentaje a incrementar