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; } }
public static void AppsReopen(this WorkEffort @this, WorkEffortReopen reopen) { @this.WorkEffortState = new WorkEffortStates(@this.Strategy.Session).InProgress; }
public static void AppsReopen(this WorkEffort @this, WorkEffortReopen reopen) { @this.CurrentObjectState = new WorkEffortObjectStates(@this.Strategy.Session).NeedsAction; }