Exemplo n.º 1
0
        }                                           //end ContractServiceBundle()

        public ContractServiceBundle(net.autotask.webservices.ContractServiceBundle entity) : base(entity)
        {
            this.ContractID      = int.Parse(entity.ContractID.ToString());
            this.QuoteItemID     = long.Parse(entity.ServiceBundleID.ToString());
            this.ServiceBundleID = int.Parse(entity.ServiceBundleID.ToString());
            this.AdjustedPrice   = double.Parse(entity.AdjustedPrice.ToString());
            this.InternalCurrencyAdjustedPrice = double.Parse(entity.InternalCurrencyAdjustedPrice.ToString());
            this.InternalCurrencyUnitPrice     = double.Parse(entity.InternalCurrencyUnitPrice.ToString());
            this.InternalDescription           = entity.InternalDescription == null ? default(string) : entity.InternalDescription.ToString();
            this.InvoiceDescription            = entity.InvoiceDescription == null ? default(string) : entity.InvoiceDescription.ToString();
            this.UnitPrice = double.Parse(entity.UnitPrice.ToString());
        } //end ContractServiceBundle(net.autotask.webservices.ContractServiceBundle entity)
Exemplo n.º 2
0
        }                                           //end ContractServiceBundle()

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