public SysTaskBase(SysTaskBase other) { this.Category = other.Category; this.context = other.context; this.CreateTime = other.CreateTime; this.Data = other.Data; this.EndTime = other.EndTime; this.ResourceID = other.ResourceID; this.SortID = other.SortID; this.Source = other.Source; this.StartTime = other.StartTime; this.Status = other.Status; this.StatusText = other.StatusText; this.TaskID = other.TaskID; this.TaskTitle = other.TaskTitle; this.TaskType = other.TaskType; this.Url = other.Url; }
public SysAccomplishedTask(SysTaskBase other) : base(other) { }
public SysTask(SysTaskBase other) : base(other) { }