Ejemplo n.º 1
0
        }                                   //end ProductVendor()

        public ProductVendor(net.autotask.webservices.ProductVendor entity) : base(entity)
        {
            this.Active           = bool.Parse(entity.Active.ToString());
            this.IsDefault        = bool.Parse(entity.IsDefault.ToString());
            this.ProductID        = int.Parse(entity.ProductID.ToString());
            this.VendorCost       = int.Parse(entity.VendorCost.ToString());
            this.VendorID         = int.Parse(entity.VendorID.ToString());
            this.VendorPartNumber = entity.VendorPartNumber == null ? default(string) : entity.VendorPartNumber.ToString();
        } //end ProductVendor(net.autotask.webservices.ProductVendor entity)
Ejemplo n.º 2
0
        }                                   //end ProductVendor()

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