コード例 #1
0
        ///
        /// 增加新一条新记录。
        ///
        public RowYWAPP_INHOSPITAL_NAVIGATION AddRowYWAPP_INHOSPITAL_NAVIGATION(System.String HOSPITALID, System.String ID, System.String FLOORNAME, System.Byte[] FLOORMAP)
        {
            RowYWAPP_INHOSPITAL_NAVIGATION row = ((RowYWAPP_INHOSPITAL_NAVIGATION)(this.NewRow()));

            row.ItemArray = new object[] { HOSPITALID, ID, FLOORNAME, FLOORMAP };
            this.Rows.Add(row);
            return(row);
        }
コード例 #2
0
 public RowChangeEventYWAPP_INHOSPITAL_NAVIGATION(RowYWAPP_INHOSPITAL_NAVIGATION row, DataRowAction action)
 {
     this.eventRow    = row;
     this.eventAction = action;
 }
コード例 #3
0
 ///
 /// 删除指定的记录。
 ///
 public void RemoveRowYWAPP_INHOSPITAL_NAVIGATION(RowYWAPP_INHOSPITAL_NAVIGATION row)
 {
     this.Rows.Remove(row);
 }
コード例 #4
0
 ///
 /// 增加新一条新记录。
 ///
 public void AddRowYWAPP_INHOSPITAL_NAVIGATION(RowYWAPP_INHOSPITAL_NAVIGATION row)
 {
     this.Rows.Add(row);
 }