예제 #1
0
 public FixedTimeTask(FixedTimeTask other)
 {
     this.Category   = other.Category;
     this.context    = other.context;
     this.CreateTime = other.CreateTime;
     this.Data       = other.Data;
     this.ResourceID = other.ResourceID;
     this.SortID     = other.SortID;
     this.Source     = other.Source;
     this.StartTime  = other.StartTime;
     this.TaskID     = other.TaskID;
     this.TaskTitle  = other.TaskTitle;
     this.TaskType   = other.TaskType;
     this.Url        = other.Url;
 }
예제 #2
0
 public InvokeServiceFixedTimeTask(FixedTimeTask other)
     : base(other)
 {
     this.AfterLoad();
 }