Class ProjectGuideUtility
Inheritance
ProjectGuideUtility
Assembly: SoDataBase.dll
Syntax
public static class ProjectGuideUtility : Object
Methods
BatchUpdateNextMilestone(ProgressEstimateCallback, ProgressStepCallback)
Declaration
public static void BatchUpdateNextMilestone(ProgressEstimateCallback estimateCB, ProgressStepCallback stepCB)
Parameters
CalculateNextMilestoneDate(Int32)
Declaration
public static NextDateInfo CalculateNextMilestoneDate(int projectId)
Parameters
Type |
Name |
Description |
Int32 |
projectId |
|
Returns
GetNextMilestoneDate(Int32)
Declaration
public static NextDateInfo GetNextMilestoneDate(int projectId)
Parameters
Type |
Name |
Description |
Int32 |
projectId |
|
Returns
GetNextProjectStatus(Int32, Boolean)
Declaration
public static int GetNextProjectStatus(int projectId, bool includeCurrentStatus)
Parameters
Type |
Name |
Description |
Int32 |
projectId |
|
Boolean |
includeCurrentStatus |
|
Returns
OfferAutoNextStageOnApppointmentCompleted(Int32)
Declaration
public static bool OfferAutoNextStageOnApppointmentCompleted(int appointmentId)
Parameters
Type |
Name |
Description |
Int32 |
appointmentId |
|
Returns