public ProductInfo()
 {
     if (this.m_PriceInfo == null)
     {
         this.m_PriceInfo = new EasyOne.Model.Shop.PriceInfo(true);
     }
 }
 public ProductInfo(bool value)
 {
     base.IsNull = value;
     if (this.m_PriceInfo == null)
     {
         this.m_PriceInfo = new EasyOne.Model.Shop.PriceInfo(true);
     }
 }