Пример #1
0
            public tsh_StockRow Addtsh_StockRow(string IdProducto, long IdSeccion, System.Decimal Cantidad, System.DateTime FechaCreacion, long IdConexionCreacion, System.Byte[] UltimaModificacion, long IdConexionUltimaModificacion, long IdReservado, System.Guid RowId, long IdSucursal, long IdEmpresa)
            {
                tsh_StockRow rowtsh_StockRow = ((tsh_StockRow)(this.NewRow()));

                rowtsh_StockRow.ItemArray = new object[] {
                    IdProducto,
                    IdSeccion,
                    Cantidad,
                    FechaCreacion,
                    IdConexionCreacion,
                    UltimaModificacion,
                    IdConexionUltimaModificacion,
                    IdReservado,
                    RowId,
                    IdSucursal,
                    IdEmpresa
                };
                this.Rows.Add(rowtsh_StockRow);
                return(rowtsh_StockRow);
            }
Пример #2
0
 public tsh_StockRowChangeEvent(tsh_StockRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Пример #3
0
 public void Removetsh_StockRow(tsh_StockRow row)
 {
     this.Rows.Remove(row);
 }
Пример #4
0
 public void Addtsh_StockRow(tsh_StockRow row)
 {
     this.Rows.Add(row);
 }