Exemplo n.º 1
0
            public 刷卡记录Row Add刷卡记录Row(System.Guid ID, string 用户编号, string 卡号, string 卡型, string 门编号, string 刷卡状态, System.DateTime 时间)
            {
                刷卡记录Row row刷卡记录Row = ((刷卡记录Row)(this.NewRow()));

                object[] columnValuesArray = new object[] {
                    ID,
                    用户编号,
                    卡号,
                    卡型,
                    门编号,
                    刷卡状态,
                    时间
                };
                row刷卡记录Row.ItemArray = columnValuesArray;
                this.Rows.Add(row刷卡记录Row);
                return(row刷卡记录Row);
            }
 public 刷卡记录RowChangeEvent(刷卡记录Row row, global::System.Data.DataRowAction action) {
     this.eventRow = row;
     this.eventAction = action;
 }
 public void Remove刷卡记录Row(刷卡记录Row row) {
     this.Rows.Remove(row);
 }
 public void Add刷卡记录Row(刷卡记录Row row) {
     this.Rows.Add(row);
 }
Exemplo n.º 5
0
 public 刷卡记录RowChangeEvent(刷卡记录Row row, global::System.Data.DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
Exemplo n.º 6
0
 public void Remove刷卡记录Row(刷卡记录Row row)
 {
     this.Rows.Remove(row);
 }
Exemplo n.º 7
0
 public void Add刷卡记录Row(刷卡记录Row row)
 {
     this.Rows.Add(row);
 }