Class NextMilestone
Inheritance
NextMilestone
Assembly: SoDataBase.dll
Syntax
[NextMilestonePlugin("nextmilestone", -1073741824)]
public class NextMilestone : NextDateBase, INextMilestonePlugin, IPlugin
Constructors
NextMilestone()
Declaration
Fields
ProviderName
Declaration
public const string ProviderName = "nextmilestone"
Field Value
Methods
BatchUpdateNextMilestone(ProgressEstimateCallback, ProgressStepCallback)
Update the Next Milestone date/appointmentId of all Projects; callable in unauthenticated mode
Declaration
public void BatchUpdateNextMilestone(ProgressEstimateCallback estimateCB, ProgressStepCallback stepCB)
Parameters
CalculateNextMilestoneDate(Int32)
Declaration
public NextDateInfo CalculateNextMilestoneDate(int projectId)
Parameters
Type |
Name |
Description |
Int32 |
projectId |
|
Returns
GetNextMilestoneDate(Int32)
Declaration
public NextDateInfo GetNextMilestoneDate(int projectId)
Parameters
Type |
Name |
Description |
Int32 |
projectId |
|
Returns
GetOrderbyField(AppointmentTableInfo)
Declaration
protected override FieldInfo GetOrderbyField(AppointmentTableInfo tableInfo)
Parameters
Returns
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)