Exemplo n.º 1
0
            public tsa_ComprobanteRow Addtsa_ComprobanteRow(
                long IdComprobante,
                System.DateTime Fecha,
                string Tipo,
                string Numero,
                string IdCuenta,
                long IdCondicionDeVenta,
                System.Decimal BaseImponible,
                System.Decimal Exento,
                System.Decimal IvaInscripto,
                System.Decimal RetencionIB,
                System.Decimal RetencionIva,
                System.Decimal RetencionGanancia,
                System.Decimal BonificacionRecargo,
                System.Decimal Total,
                System.DateTime FechaVencimiento,
                string IdVendedor,
                string PeriodoFiscal,
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                System.Guid RowId,
                long IdSucursal,
                long IdEmpresa)
            {
                tsa_ComprobanteRow rowtsa_ComprobanteRow = ((tsa_ComprobanteRow)(this.NewRow()));

                rowtsa_ComprobanteRow.ItemArray = new object[] {
                    IdComprobante,
                    Fecha,
                    Tipo,
                    Numero,
                    IdCuenta,
                    IdCondicionDeVenta,
                    BaseImponible,
                    Exento,
                    IvaInscripto,
                    RetencionIB,
                    RetencionIva,
                    RetencionGanancia,
                    BonificacionRecargo,
                    Total,
                    FechaVencimiento,
                    IdVendedor,
                    PeriodoFiscal,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtsa_ComprobanteRow);
                return(rowtsa_ComprobanteRow);
            }
Exemplo n.º 2
0
 public void Removetsa_ComprobanteRow(tsa_ComprobanteRow row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 3
0
 public void Addtsa_ComprobanteRow(tsa_ComprobanteRow row)
 {
     this.Rows.Add(row);
 }
Exemplo n.º 4
0
 public tsa_ComprobanteRowChangeEvent(tsa_ComprobanteRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }