Exemple #1
0
        }                                  //end ShippingType()

        public ShippingType(net.autotask.webservices.ShippingType entity) : base(entity)
        {
            this.AllocationCodeID = entity.AllocationCodeID == null ? default(int?) : int.Parse(entity.AllocationCodeID.ToString());
            this.Description      = entity.Description == null ? default(string) : entity.Description.ToString();
            this.IsActive         = entity.IsActive == null ? default(bool?) : bool.Parse(entity.IsActive.ToString());
            this.Name             = entity.Name == null ? default(string) : entity.Name.ToString();
        } //end ShippingType(net.autotask.webservices.ShippingType entity)
        }                                  //end ShippingType()

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