Example #1
0
        }                                      //end PriceListProduct()

        public PriceListProduct(net.autotask.webservices.PriceListProduct entity) : base(entity)
        {
            this.CurrencyID = int.Parse(entity.CurrencyID.ToString());
            this.ProductID  = int.Parse(entity.ProductID.ToString());
            this.UnitPrice  = decimal.Parse(entity.UnitPrice.ToString());
            this.UnitPrice  = decimal.Parse(entity.UnitPrice.ToString());
        } //end PriceListProduct(net.autotask.webservices.PriceListProduct entity)
Example #2
0
        }                                      //end PriceListProduct()

        public PriceListProduct(net.autotask.webservices.PriceListProduct entity) : base(entity)
        {
        } //end PriceListProduct(net.autotask.webservices.PriceListProduct entity)