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

        public InternalLocation(net.autotask.webservices.InternalLocation entity) : base(entity)
        {
            this.Name = entity.Name == null ? default(string) : entity.Name.ToString();
            this.AdditionalAddressInfo = entity.AdditionalAddressInfo == null ? default(string) : entity.AdditionalAddressInfo.ToString();
            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.Country      = entity.Country == null ? default(string) : entity.Country.ToString();
            this.HolidaySetId = long.Parse(entity.HolidaySetId.ToString());
            this.IsDefault    = entity.IsDefault == null ? default(bool?) : bool.Parse(entity.IsDefault.ToString());
            this.PostalCode   = entity.PostalCode == null ? default(string) : entity.PostalCode.ToString();
            this.State        = entity.State == null ? default(string) : entity.State.ToString();
            this.TimeZone     = entity.TimeZone == null ? default(string) : entity.TimeZone.ToString();
        } //end InternalLocation(net.autotask.webservices.InternalLocation entity)
Esempio n. 2
0
        }                                      //end InternalLocation()

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