Evolution : Data Model API Documentation

Type HistoricoSalario

Namespace Aseinfo.VH4.Data

Parent EntityObject

Events

PropertyChanged

PropertyChanging

Public instance methods

bool ShouldSerializeRuboSalarial()

Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría

bool ShouldSerializeRuboSalarialReference()

Propiedad agregada explícitamente para que no se serialice al momento de generar el registro de auditoría

Public static methods

HistoricoSalario CreateHistoricoSalario(int codigo, DateTime fecha)

Create a new HistoricoSalario object.
Parameters
int codigo
Initial value of the Codigo property.
DateTime fecha
Initial value of the Fecha property.

Public properties

int Codigo get; set;

Código historial de salario

Empleo Empleo get; set;

Empleo al que se le aplicó el aumento

EntityReference<Empleo> EmpleoReference get; set;

Empleo al que se le aplicó el aumento

EntityKey EntityKey get; set;

EntityState EntityState get;

DateTime Fecha get; set;

Fecha en que se realizó el aumento

Nullable<decimal> NuevoValor get; set;

Valor del nuevo salario

Nullable<decimal> Porcentaje get; set;

Porcentaje de aumento

RubroSalarial RuboSalarial get; set;

Rubrto salarial asociado al aumento

EntityReference<RubroSalarial> RuboSalarialReference get; set;

Rubrto salarial asociado al aumento

Nullable<decimal> ValorAnterior get; set;

Valor del salario anterior

Nullable<decimal> ValorIncremento get; set;

Valor de incremento