Exemple #1
0
            public view_BorrowBytype1Row Addview_BorrowBytype1Row(string 资产类别, int 领用总数, decimal _领用总值_元_)
            {
                view_BorrowBytype1Row rowview_BorrowBytype1Row = ((view_BorrowBytype1Row)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    资产类别,
                    领用总数,
                    _领用总值_元_
                };
                rowview_BorrowBytype1Row.ItemArray = columnValuesArray;
                this.Rows.Add(rowview_BorrowBytype1Row);
                return(rowview_BorrowBytype1Row);
            }
Exemple #2
0
 public view_BorrowBytype1RowChangeEvent(view_BorrowBytype1Row row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemple #3
0
 public void Removeview_BorrowBytype1Row(view_BorrowBytype1Row row)
 {
     this.Rows.Remove(row);
 }
Exemple #4
0
 public void Addview_BorrowBytype1Row(view_BorrowBytype1Row row)
 {
     this.Rows.Add(row);
 }