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

        public Tax(net.autotask.webservices.Tax entity) : base(entity)
        {
            this.IsCompounded  = entity.IsCompounded == null ? default(bool?) : bool.Parse(entity.IsCompounded.ToString());
            this.TaxCategoryID = int.Parse(entity.TaxCategoryID.ToString());
            this.TaxName       = entity.TaxName == null ? default(string) : entity.TaxName.ToString();
            this.TaxRate       = double.Parse(entity.TaxRate.ToString());
            this.TaxRegionID   = int.Parse(entity.TaxRegionID.ToString());
        } //end Tax(net.autotask.webservices.Tax entity)
Esempio n. 2
0
        }                         //end Tax()

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