예제 #1
0
 public BMXZQYFenLei(string SJBM, BMXZQY Father)
 {
     this.khlogical = new BMXZQYManager();
     this.khModel   = new BMXZQYModel();
     this.bm        = "";
     this.yuanBM    = "";
     this.SuggestBM = "";
     this.Initialize();
     this.father = Father;
     this.Text   = "行政区域分类编码添加";
 }
예제 #2
0
 public BMXZQY_Edit(string SJBM, BMXZQY Father)
 {
     this.khlogical = new BMXZQYManager();
     this.xzqyModel = new BMXZQYModel();
     this.log       = LogUtil.GetLogger <BMXZQY_Edit>();
     this._bm       = "";
     this.SuggestBM = "";
     this.Initialize();
     this.father = Father;
     this.Text   = "行政区域编码添加";
 }
예제 #3
0
 public BMXZQYSelect()
 {
     this.SelectedBM      = "";
     this.customerManager = new BMXZQYManager();
     this.log             = LogUtil.GetLogger <BMXZQYSelect>();
     this.SelectedSJBM    = "";
     this.HiKeyWord       = string.Empty;
     this.KeyWord         = "";
     this.selectbm        = "";
     this.SelectSJBM      = 1;
     this.Initialize();
 }
예제 #4
0
 public BMXZQYFenLei(string BM, bool Isupdate)
 {
     this.khlogical = new BMXZQYManager();
     this.khModel   = new BMXZQYModel();
     this.bm        = "";
     this.yuanBM    = "";
     this.SuggestBM = "";
     this.Initialize();
     this.bm       = BM;
     this.yuanBM   = BM;
     this.isUpdate = Isupdate;
     this.Text     = "行政区域分类编码编辑";
 }
예제 #5
0
 public BMXZQY_Edit(string BM, bool Isupdate)
 {
     this.khlogical = new BMXZQYManager();
     this.xzqyModel = new BMXZQYModel();
     this.log       = LogUtil.GetLogger <BMXZQY_Edit>();
     this._bm       = "";
     this.SuggestBM = "";
     this.Initialize();
     this._bm      = BM;
     this.yuanBM   = BM;
     this.isUpdate = Isupdate;
     this.Text     = "行政区域编码编辑";
 }