Beispiel #1
0
            public vwReportSourceRow AddvwReportSourceRow(int MID, string FIO, string MDEPARTMENT, string MGROUP, string DATE, string INTIME, string OUTTIME, System.Decimal HOURDUR, string DUR)
            {
                vwReportSourceRow rowvwReportSourceRow = ((vwReportSourceRow)(this.NewRow()));

                rowvwReportSourceRow.ItemArray = new object[] {
                    MID,
                    FIO,
                    MDEPARTMENT,
                    MGROUP,
                    DATE,
                    INTIME,
                    OUTTIME,
                    HOURDUR,
                    DUR
                };
                this.Rows.Add(rowvwReportSourceRow);
                return(rowvwReportSourceRow);
            }
 public vwReportSourceRowChangeEvent(vwReportSourceRow row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
 public void RemovevwReportSourceRow(vwReportSourceRow row)
 {
     this.Rows.Remove(row);
 }
 public void AddvwReportSourceRow(vwReportSourceRow row)
 {
     this.Rows.Add(row);
 }
Beispiel #5
0
 public vwReportSourceRowChangeEvent(vwReportSourceRow row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }