Type ISRIngreso
Namespace Aseinfo.VH4.Data
Parent EntityObject
Ingresos incluidos en el Cálculo de ISR
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
ISRIngreso CreateISRIngreso(int codigo, string fuenteDb, int anio, short mesNumero, decimal valor)
Create a new ISRIngreso object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
string
fuenteDb - Initial value of the FuenteDb property.
-
int
anio - Initial value of the Anio property.
-
short
mesNumero - Initial value of the MesNumero property.
-
decimal
valor - Initial value of the Valor property.
Public properties
int Anio get; set;
Año del ingreso que aplico el ISR
int Codigo get; set;
Código del ingreso de ISR
string CodigoAlternativo get; set;
Código alternativo de ingresos que no tienen tipo de ingreso
string Descripcion get; set;
Descripción del ingreso de ISR
EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
Fecha que se creó el registro
Nullable<FuenteCalculoISR> Fuente get; set;
La fuente de los ingresos
string FuenteDb get; set;
Fuente u Origen de los datos, (H)istorico, (P)lanilla, (Y)Proyectado; (L)iquidación, (O)tros y Ex Patronos
ISRCalculado ISRCalculado get; set;
Cálculo de ISR asociado al ingreso
EntityReference<ISRCalculado> ISRCalculadoReference get; set;
Cálculo de ISR asociado al ingreso
Mes Mes get; set;
Mes al que corresponde el formulario
short MesNumero get; set;
Mes del ingreso
TipoIngreso TipoIngreso get; set;
Tipo del ingreso
EntityReference<TipoIngreso> TipoIngresoReference get; set;
Tipo del ingreso
string UsuarioGrabacion get; set;
Usuario que creó el registro
decimal Valor get; set;
Valor del Ingreso