Example #1
0
            public tsa_CuentasCondicionesDeVentaRow Addtsa_CuentasCondicionesDeVentaRow(string IdCuenta, string IdCondicionDeVenta, System.Decimal Valor, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdSucursal, long IdEmpresa)
            {
                tsa_CuentasCondicionesDeVentaRow rowtsa_CuentasCondicionesDeVentaRow = ((tsa_CuentasCondicionesDeVentaRow)(this.NewRow()));

                rowtsa_CuentasCondicionesDeVentaRow.ItemArray = new object[] {
                    IdCuenta,
                    IdCondicionDeVenta,
                    Valor,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtsa_CuentasCondicionesDeVentaRow);
                return(rowtsa_CuentasCondicionesDeVentaRow);
            }
Example #2
0
 public tsa_CuentasCondicionesDeVentaRowChangeEvent(tsa_CuentasCondicionesDeVentaRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Example #3
0
 public void Removetsa_CuentasCondicionesDeVentaRow(tsa_CuentasCondicionesDeVentaRow row)
 {
     this.Rows.Remove(row);
 }
Example #4
0
 public void Addtsa_CuentasCondicionesDeVentaRow(tsa_CuentasCondicionesDeVentaRow row)
 {
     this.Rows.Add(row);
 }