Beispiel #1
0
        public override bool Init()
        {
            base.Init();
            ProductSearchPlanMD boPro = (ProductSearchPlanMD)m_boTable;

            boPro.ID = GetNextID();

            return(true);
        }
Beispiel #2
0
        public object CopyFrom(object fromObj)
        {
            ProductSearchPlanMD source = (ProductSearchPlanMD)fromObj;

            if (source == null)
            {
                return(this);
            }
            this.ID        = source.ID;
            this.SDate     = source.SDate;
            this.EDate     = source.EDate;
            this.Product   = source.Product;
            this.Status    = source.Status;
            this.SerPlantf = source.SerPlantf;
            this.KeyWord   = source.KeyWord;
            this.KWLst     = source.KWLst;
            this.Comment   = source.Comment;
            return(this);
        }
Beispiel #3
0
 public BOProductSearchPlan()
 {
     base.m_boId = BOIDEnum.PSearchPlan;
     m_boTable   = new ProductSearchPlanMD();
 }
 public BOProductSearchPlan()
 {
     base.m_boId = BOIDEnum.PSearchPlan;
     m_boTable = new ProductSearchPlanMD();
 }