Exemple #1
0
        }                                   //end QuoteLocation()

        public QuoteLocation(net.autotask.webservices.QuoteLocation entity) : base(entity)
        {
            this.Address1   = entity.Address1 == null ? default(string) : entity.Address1.ToString();
            this.Address2   = entity.Address2 == null ? default(string) : entity.Address2.ToString();
            this.City       = entity.City == null ? default(string) : entity.City.ToString();
            this.PostalCode = entity.PostalCode == null ? default(string) : entity.PostalCode.ToString();
            this.State      = entity.State == null ? default(string) : entity.State.ToString();
        } //end QuoteLocation(net.autotask.webservices.QuoteLocation entity)
Exemple #2
0
        }                                   //end QuoteLocation()

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