Type FormularioSAT1071
Namespace Aseinfo.VH4.Data
Parent EntityObject
Interfaces IAuditedEntity, IFileAttachmentCapableEntity
Entidad que representa los formularios SAT 1071
Events
Methods
Properties
Events
PropertyChanged
PropertyChanging
Public static methods
FormularioSAT1071 CreateFormularioSAT1071(int codigo, short mesNumero, decimal devolucion, decimal retencion)
Create a new FormularioSAT1071 object.
Parameters
-
int
codigo - Initial value of the Codigo property.
-
short
mesNumero - Initial value of the MesNumero property.
-
decimal
devolucion - Initial value of the Devolucion property.
-
decimal
retencion - Initial value of the Retencion property.
Public properties
AnioFiscalGT AnioFiscal get; set;
Año fiscal asociado al formulario
EntityReference<AnioFiscalGT> AnioFiscalReference get; set;
Año fiscal asociado al formulario
int Codigo get; set;
Código del formulario
decimal Devolucion get; set;
Monto de la devolución
EntityKey EntityKey get; set;
EntityState EntityState get;
Nullable<DateTime> FechaGrabacion get; set;
Fecha en que se creó el registro
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
Mes Mes get; set;
Mes al que corresponde el formulario
short MesNumero get; set;
Mes
string NumeroFormularioSAT1051 get; set;
Numero del formulario SAT 1051
decimal Retencion get; set;
Monto de la retención
string UsuarioGrabacion get; set;
Usuario que creó el registro
string UsuarioUltimaModificacion get; set;
Usuario que realizó la última modificación del registro