예제 #1
0
        }                                       //end InventoryLocation()

        public InventoryLocation(net.autotask.webservices.InventoryLocation entity) : base(entity)
        {
            this.Active       = bool.Parse(entity.Active.ToString());
            this.IsDefault    = entity.IsDefault == null ? default(bool?) : bool.Parse(entity.IsDefault.ToString());
            this.LocationName = entity.LocationName == null ? default(string) : entity.LocationName.ToString();
            this.ResourceID   = entity.ResourceID == null ? default(int?) : int.Parse(entity.ResourceID.ToString());
        } //end InventoryLocation(net.autotask.webservices.InventoryLocation entity)
        }                                       //end InventoryLocation()

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