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

        public TicketChecklistItem(net.autotask.webservices.TicketChecklistItem entity) : base(entity)
        {
            this.Completed             = entity.Completed == null ? default(bool?) : bool.Parse(entity.Completed.ToString());
            this.CompletedByResourceID = entity.CompletedByResourceID == null ? default(int?) : int.Parse(entity.CompletedByResourceID.ToString());
            this.CompletedDateTime     = entity.CompletedDateTime == null ? default(DateTime?) : DateTime.Parse(entity.CompletedDateTime.ToString());
            //this.Important == null ? default(bool?) : bool.Parse(entity.Important.ToString());
            this.ItemName = entity.ItemName == null ? default(string) : entity.ItemName.ToString();
            this.KnowledgebaseArticleID = entity.KnowledgebaseArticleID == null ? default(int?) : int.Parse(entity.KnowledgebaseArticleID.ToString());
            this.Position = entity.Position == null ? default(int?) : int.Parse(entity.Position.ToString());
            this.TicketID = int.Parse(entity.TicketID.ToString());
        } //end Account(net.autotask.webservices.Account entity)
Ejemplo n.º 2
0
        }                                         //end TicketChecklistItem()

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