}                                          //end InstalledProductType()

        public InstalledProductType(net.autotask.webservices.InstalledProductType entity) : base(entity)
        {
        } //end InstalledProductType(net.autotask.webservices.InstalledProductType entity)
示例#2
0
        }                                          //end InstalledProductType()

        public InstalledProductType(net.autotask.webservices.InstalledProductType entity) : base(entity)
        {
            this.Active = bool.Parse(entity.Active.ToString());
            this.Name   = entity.Name == null ? default(string) : entity.Name.ToString();
        } //end InstalledProductType(net.autotask.webservices.InstalledProductType entity)