예제 #1
0
        ///
        /// 增加新一条新记录。
        ///
        public RowXT_XT_DICDEPART AddRowXT_XT_DICDEPART(System.Int32 VHOSDISTRICTID, System.String VDEPARTCODE, System.String VDEPARTNAME, System.String VPARENTCODE, System.Int16 NDEPARTORDER, System.String PINYINMA, System.String WUBIMA, System.String VDEPARTADDRESS, System.Int16 NISDISABLED, System.Int16 NMESSAGE, System.Int32 NBEDNUM, System.Int32 NHOSID, System.Int16 NALLOWARREARS, System.Int16 ISZJKS, System.String VYBCODE, System.String VNHCODE, System.String NOPHZID, System.String VSTORAGEID)
        {
            RowXT_XT_DICDEPART row = ((RowXT_XT_DICDEPART)(this.NewRow()));

            row.ItemArray = new object[] { VHOSDISTRICTID, VDEPARTCODE, VDEPARTNAME, VPARENTCODE, NDEPARTORDER, PINYINMA, WUBIMA, VDEPARTADDRESS, NISDISABLED, NMESSAGE, NBEDNUM, NHOSID, NALLOWARREARS, ISZJKS, VYBCODE, VNHCODE, NOPHZID, VSTORAGEID };
            this.Rows.Add(row);
            return(row);
        }
예제 #2
0
 ///
 /// 删除指定的记录。
 ///
 public void RemoveRowXT_XT_DICDEPART(RowXT_XT_DICDEPART row)
 {
     this.Rows.Remove(row);
 }
예제 #3
0
 ///
 /// 增加新一条新记录。
 ///
 public void AddRowXT_XT_DICDEPART(RowXT_XT_DICDEPART row)
 {
     this.Rows.Add(row);
 }
예제 #4
0
 public RowChangeEventXT_XT_DICDEPART(RowXT_XT_DICDEPART row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }