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

            boPro.ID = GetNextID();

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

            if (source == null || source == this)
            {
                return(this);
            }
            this.ID      = source.ID;
            this.PSPId   = source.PSPId;
            this.Product = source.Product;
            this.Link    = source.Link;
            this.Plantf  = source.Plantf;
            this.KeyWord = source.KeyWord;
            this.KWLst   = source.KWLst;

            return(this);
        }
 public BOProductSearchResult()
 {
     base.m_boId = BOIDEnum.PSearchResult;
     m_boTable = new ProductSearchResultMD();
 }
Beispiel #4
0
 public BOProductSearchResult()
 {
     base.m_boId = BOIDEnum.PSearchResult;
     m_boTable   = new ProductSearchResultMD();
 }