Пример #1
0
            public tsa_ComprobantesDetRow Addtsa_ComprobantesDetRow(
                long IdComprobante,
                System.DateTime Fecha,
                string Tipo,
                string Numero,
                short IdRenglon,
                string IdProducto,
                System.Decimal PrecioCostoNeto,
                System.Decimal PrecioCostoFinal,
                System.Decimal Rentabilidad,
                System.Decimal PrecioVentaNeto,
                System.Decimal PrecioVentaFinal,
                System.Decimal BaseImponible,
                System.Decimal Bonificacion,
                System.Decimal AlicuotaIva,
                System.Decimal Cantidad,
                System.DateTime FechaCreacion,
                long IdConexionCreacion,
                System.Byte[] UltimaModificacion,
                long IdConexionUltimaModificacion,
                long IdReservado,
                System.Guid RowId,
                long IdSucursal,
                long IdEmpresa)
            {
                tsa_ComprobantesDetRow rowtsa_ComprobantesDetRow = ((tsa_ComprobantesDetRow)(this.NewRow()));

                rowtsa_ComprobantesDetRow.ItemArray = new object[] {
                    IdComprobante,
                    Fecha,
                    Tipo,
                    Numero,
                    IdRenglon,
                    IdProducto,
                    PrecioCostoNeto,
                    PrecioCostoFinal,
                    Rentabilidad,
                    PrecioVentaNeto,
                    PrecioVentaFinal,
                    BaseImponible,
                    Bonificacion,
                    AlicuotaIva,
                    Cantidad,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtsa_ComprobantesDetRow);
                return(rowtsa_ComprobantesDetRow);
            }
Пример #2
0
 public void Removetsa_ComprobantesDetRow(tsa_ComprobantesDetRow row)
 {
     this.Rows.Remove(row);
 }
Пример #3
0
 public void Addtsa_ComprobantesDetRow(tsa_ComprobantesDetRow row)
 {
     this.Rows.Add(row);
 }
Пример #4
0
 public tsa_ComprobantesDetRowChangeEvent(tsa_ComprobantesDetRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }