Interface INextMilestonePlugin
Contains the algorithm for calculating the next due date for a given sale or all sales.
Assembly: SoCore.dll
Syntax
public interface INextMilestonePlugin : IPlugin
Methods
BatchUpdateNextMilestone(ProgressEstimateCallback, ProgressStepCallback)
Declaration
void BatchUpdateNextMilestone(ProgressEstimateCallback estimate, ProgressStepCallback step)
Parameters
CalculateNextMilestoneDate(Int32)
Declaration
NextDateInfo CalculateNextMilestoneDate(int projectId)
Parameters
Type |
Name |
Description |
Int32 |
projectId |
|
Returns
GetNextMilestoneDate(Int32)
Declaration
NextDateInfo GetNextMilestoneDate(int projectId)
Parameters
Type |
Name |
Description |
Int32 |
projectId |
|
Returns
Extension Methods
EnumUtil.MapEnums<From, To>(From)