Esempio n. 1
0
        ///
        /// 增加新一条新记录。
        ///
        public RowXT_XT_STAFF AddRowXT_XT_STAFF(System.String VSTAFFCODE, System.String VSTAFFNAME, System.String PINYINMA, System.String WUBIMA, System.String VLOGINUSERNAME, System.String VLOGINPASSWORD, System.Int32 NSTAFFSTATUS, System.Int32 NROLEID, System.String VDEPARTCODE, System.Int32 NJOBID, System.Int32 NPROFESSIONID, System.Int32 NOPHZID, System.Int16 NISDUMA, System.DateTime DFHTIME, System.DateTime DTHTIME, System.String VTMETHOD, System.String VSCHOOL, System.Int16 NSEX, System.DateTime NBIRTHDAY, System.String VMINZU, System.String VJIGUAN, System.String VXUELI, System.Int16 NISKSS, System.Int16 NSENDMSG, System.Int32 NHOSID, System.String VYBNO, System.String VSXYS, System.String VSEALCODE, System.String INVOICE_KEY)
        {
            RowXT_XT_STAFF row = ((RowXT_XT_STAFF)(this.NewRow()));

            row.ItemArray = new object[] { VSTAFFCODE, VSTAFFNAME, PINYINMA, WUBIMA, VLOGINUSERNAME, VLOGINPASSWORD, NSTAFFSTATUS, NROLEID, VDEPARTCODE, NJOBID, NPROFESSIONID, NOPHZID, NISDUMA, DFHTIME, DTHTIME, VTMETHOD, VSCHOOL, NSEX, NBIRTHDAY, VMINZU, VJIGUAN, VXUELI, NISKSS, NSENDMSG, NHOSID, VYBNO, VSXYS, VSEALCODE, INVOICE_KEY };
            this.Rows.Add(row);
            return(row);
        }
Esempio n. 2
0
 ///
 /// 删除指定的记录。
 ///
 public void RemoveRowXT_XT_STAFF(RowXT_XT_STAFF row)
 {
     this.Rows.Remove(row);
 }
Esempio n. 3
0
 ///
 /// 增加新一条新记录。
 ///
 public void AddRowXT_XT_STAFF(RowXT_XT_STAFF row)
 {
     this.Rows.Add(row);
 }
Esempio n. 4
0
 public RowChangeEventXT_XT_STAFF(RowXT_XT_STAFF row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }