Пример #1
0
        }                                           //end PriceListMaterialCode()

        public PriceListMaterialCode(net.autotask.webservices.PriceListMaterialCode entity) : base(entity)
        {
            this.AllocationCodeID          = int.Parse(entity.AllocationCodeID.ToString());
            this.CurrencyID                = int.Parse(entity.CurrencyID.ToString());
            this.UnitPrice                 = decimal.Parse(entity.UnitPrice.ToString());
            this.UsesInternalCurrencyPrice = bool.Parse(entity.UsesInternalCurrencyPrice.ToString());
        } //end PriceListMaterialCode(net.autotask.webservices.PriceListMaterialCode entity)
        }                                           //end PriceListMaterialCode()

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