示例#1
0
 public static void BaseReopen(this WorkEffort @this, WorkEffortReopen reopen)
 {
     if (@this.ExistActualStart)
     {
         @this.WorkEffortState = new WorkEffortStates(@this.Strategy.Session).InProgress;
     }
     else
     {
         @this.WorkEffortState = new WorkEffortStates(@this.Strategy.Session).Created;
     }
 }
示例#2
0
 public static void AppsReopen(this WorkEffort @this, WorkEffortReopen reopen)
 {
     @this.WorkEffortState = new WorkEffortStates(@this.Strategy.Session).InProgress;
 }
示例#3
0
 public static void AppsReopen(this WorkEffort @this, WorkEffortReopen reopen)
 {
     @this.CurrentObjectState = new WorkEffortObjectStates(@this.Strategy.Session).NeedsAction;
 }