Exemplo n.º 1
0
        }                           //end Skill()

        public Skill(net.autotask.webservices.Skill entity) : base(entity)
        {
            this.Active      = bool.Parse(entity.Active.ToString());
            this.CategoryID  = long.Parse(entity.CategoryID.ToString());
            this.Description = entity.Description == null ? default(string) : entity.Description.ToString();
            this.Name        = entity.Name == null ? default(string) : entity.Name.ToString();
        } //end Skill(net.autotask.webservices.Skill entity)
Exemplo n.º 2
0
        }                           //end Skill()

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