Class Project
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("Project")]
public class Project : IWebObject, IPlugin
Constructors
Project()
Declaration
Methods
DeleteProject(Int32)
Declaration
public void DeleteProject(int projectId)
Parameters
| Type |
Name |
Description |
| Int32 |
projectId |
|
DeleteProjectImage(Int32)
Declaration
public void DeleteProjectImage(int id)
Parameters
| Type |
Name |
Description |
| Int32 |
id |
|
DisplayConfirmationDialog(String)
Declaration
public bool DisplayConfirmationDialog(string savingProjType)
Parameters
| Type |
Name |
Description |
| String |
savingProjType |
|
Returns
GetEndDate(Int32, Int32)
Declaration
public string GetEndDate(int duration, int unit)
Parameters
Returns
GetProjectStatusId()
Declaration
public int GetProjectStatusId()
Returns
HasAssignToProjectMember(Int32)
Declaration
public bool HasAssignToProjectMember(int suggestedAppointmentId)
Parameters
| Type |
Name |
Description |
| Int32 |
suggestedAppointmentId |
|
Returns
MoveToNextStatus(NextProjectStatusInfo)
Declaration
public void MoveToNextStatus(NextProjectStatusInfo info)
Parameters
MoveToStatus()
Declaration
public void MoveToStatus()
NewProjectWithMembers(String)
Declaration
public int NewProjectWithMembers(string ids)
Parameters
| Type |
Name |
Description |
| String |
ids |
|
Returns
RemoveProjectMembers(String)
Declaration
public string RemoveProjectMembers(string ids)
Parameters
| Type |
Name |
Description |
| String |
ids |
|
Returns
SuggestMoveToNextStatus(Int32)
Declaration
public NextProjectStatusInfo SuggestMoveToNextStatus(int appointmentId)
Parameters
| Type |
Name |
Description |
| Int32 |
appointmentId |
|
Returns
Implements
SuperOffice.Factory.IPlugin