コード例 #1
0
        public override bool Init()
        {
            base.Init();
            SearchPlantfMD boPro = (SearchPlantfMD)m_boTable;

            boPro.ID = GetNextID();

            return(true);
        }
コード例 #2
0
ファイル: BOSearchPlantf.cs プロジェクト: ToughBill/NanCrm
 public BPSearchPlantf()
 {
     base.m_boId = BOIDEnum.SearchPlantf;
     m_boTable = new SearchPlantfMD();
 }
コード例 #3
0
 public BPSearchPlantf()
 {
     base.m_boId = BOIDEnum.SearchPlantf;
     m_boTable   = new SearchPlantfMD();
 }