Esempio n. 1
0
        }                                   //end PriceListRole()

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

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