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

        public ProjectNote(net.autotask.webservices.ProjectNote entity) : base(entity)
        {
            this.Announce          = bool.Parse(entity.Announce.ToString());
            this.CreatorResourceID = entity.CreatorResourceID == null ? default(int?) : int.Parse(entity.CreatorResourceID.ToString());
            this.Description       = entity.Description == null ? default(string) : entity.Description.ToString();
            this.LastActivityDate  = entity.LastActivityDate == null ? default(DateTime?) : DateTime.Parse(entity.LastActivityDate.ToString());
            this.NoteType          = int.Parse(entity.NoteType.ToString());
            this.ProjectID         = int.Parse(entity.ProjectID.ToString());
            this.Publish           = int.Parse(entity.Publish.ToString());
            this.Title             = entity.Title == null ? default(string) : entity.Title.ToString();
        } //end ProjectNote(net.autotask.webservices.ProjectNote entity)
Exemplo n.º 2
0
        }                                 //end ProjectNote()

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