Evolution : Data Model API Documentation

Type AnioFiscalGT

Namespace Aseinfo.VH4.Data

Parent EntityObject

Interfaces IAuditedEntity, IHasPropertyBag, IFileAttachmentCapableEntity

Events

PropertyChanged

PropertyChanging

Public static methods

AnioFiscalGT CreateAnioFiscalGT(short codigo, int anio, DateTime fechaInicio, DateTime fechaFin, string descripcion, string estadoDb, Byte mesesProyeccion)

Create a new AnioFiscalGT object.
Parameters
short codigo
Initial value of the Codigo property.
int anio
Initial value of the Anio property.
DateTime fechaInicio
Initial value of the FechaInicio property.
DateTime fechaFin
Initial value of the FechaFin property.
string descripcion
Initial value of the Descripcion property.
string estadoDb
Initial value of the EstadoDb property.
Byte mesesProyeccion
Initial value of the MesesProyeccion property.

Public properties

int Anio get; set;

Año

short Codigo get; set;

Código del año fiscal

Compania Compania get; set;

Compañia asociada al año fiscal

EntityReference<Compania> CompaniaReference get; set;

Compañia asociada al año fiscal

string Descripcion get; set;

Descripción del año fiscal

EntityKey EntityKey get; set;

EntityState EntityState get;

Nullable<EstadoAnioFiscalGT> Estado get; set;

Estado del año fiscal

string EstadoDb get; set;

Estado del año fiscal

DateTime FechaFin get; set;

Fecha fin del año fiscal

Nullable<DateTime> FechaGrabacion get; set;

Fecha en que se creó el registro

DateTime FechaInicio get; set;

Fecha de inicio del año fiscal

Nullable<DateTime> FechaReportes get; set;

Fecha de los reportes

Nullable<DateTime> FechaUltimaModificacion get; set;

Fecha de la última modificación del registro

List<Guid> FileAttachments get; set;

Contiene la información cruda del XML que contiene las referencias a los file uploads que se han hecho

EntityCollection<FormularioSAT1071> FormulariosSAT1071 get; set;

Formularios SAT 1051 del año fiscal

EntityCollection<IngresoDeduccionAfectoISRGT> IngresosDeduccionesAfectos get; set;

Ingresos y deducciones afectas para el año fiscal

EntityCollection<ISRCalculado> ISRCalculados get; set;

Calculos de ISR de un determinado año fiscal

EntityCollection<IvaEmpleoISRGT> IvaEmpleos get; set;

Caputras de iva de los empleados que se les asocia el año fiscal

Byte MesesProyeccion get; set;

Cantidad de meses a proyectar

EntityCollection<OtroPatronISRGT> OtrosPatronos get; set;

Otros patrones del empleado asociados al año fiscal

string RawPropertyBagData get; set;

Data de los campos adicionales

string UsuarioGrabacion get; set;

Usuario que creó el registro

string UsuarioUltimaModificacion get; set;

Usuario que realizó la última modificación del registro