Example #1
0
            public RP_tsa_ComprobantesDeVentaRow AddRP_tsa_ComprobantesDeVentaRow(string Descripcion, string Numero, System.DateTime Fecha, string Codigo, string Nombre, System.Decimal Total, string Moneda, string Responsable, string Empresa, string Sucursal, string IdComprobante)
            {
                RP_tsa_ComprobantesDeVentaRow rowRP_tsa_ComprobantesDeVentaRow = ((RP_tsa_ComprobantesDeVentaRow)(this.NewRow()));

                rowRP_tsa_ComprobantesDeVentaRow.ItemArray = new object[] {
                    Descripcion,
                    Numero,
                    Fecha,
                    Codigo,
                    Nombre,
                    Total,
                    Moneda,
                    Responsable,
                    Empresa,
                    Sucursal,
                    IdComprobante
                };
                this.Rows.Add(rowRP_tsa_ComprobantesDeVentaRow);
                return(rowRP_tsa_ComprobantesDeVentaRow);
            }
Example #2
0
 public RP_tsa_ComprobantesDeVentaRowChangeEvent(RP_tsa_ComprobantesDeVentaRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Example #3
0
 public void RemoveRP_tsa_ComprobantesDeVentaRow(RP_tsa_ComprobantesDeVentaRow row)
 {
     this.Rows.Remove(row);
 }
Example #4
0
 public void AddRP_tsa_ComprobantesDeVentaRow(RP_tsa_ComprobantesDeVentaRow row)
 {
     this.Rows.Add(row);
 }