Show / Hide Table of Contents

Class ProjectGuideUtility

Inheritance
object
ProjectGuideUtility
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM
Assembly: SoDataBase.dll
Syntax
public static class ProjectGuideUtility

Methods

BatchUpdateNextMilestoneAsync(ProgressEstimateCallback, ProgressStepCallback, CancellationToken)

Declaration
public static Task BatchUpdateNextMilestoneAsync(ProgressEstimateCallback estimateCB, ProgressStepCallback stepCB, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ProgressEstimateCallback estimateCB
ProgressStepCallback stepCB
CancellationToken cancellationToken
Returns
Type Description
Task

CalculateNextMilestoneDateAsync(int, CancellationToken)

Declaration
public static Task<NextDateInfo> CalculateNextMilestoneDateAsync(int projectId, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int projectId
CancellationToken cancellationToken
Returns
Type Description
Task<NextDateInfo>

GetNextMilestoneDateAsync(int, CancellationToken)

Declaration
public static Task<NextDateInfo> GetNextMilestoneDateAsync(int projectId, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int projectId
CancellationToken cancellationToken
Returns
Type Description
Task<NextDateInfo>

GetNextProjectStatusAsync(int, bool, CancellationToken)

Declaration
public static Task<int> GetNextProjectStatusAsync(int projectId, bool includeCurrentStatus, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int projectId
bool includeCurrentStatus
CancellationToken cancellationToken
Returns
Type Description
Task<int>

OfferAutoNextStageOnApppointmentCompletedAsync(int, CancellationToken)

Declaration
public static Task<bool> OfferAutoNextStageOnApppointmentCompletedAsync(int appointmentId, CancellationToken cancellationToken = default)
Parameters
Type Name Description
int appointmentId
CancellationToken cancellationToken
Returns
Type Description
Task<bool>
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top