Show / Hide Table of Contents

Class Project

Inheritance
Object
Project
Implements
IWebObject
IPlugin
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Web.AjaxMethods
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("Project")]
public class Project : IWebObject, IPlugin

Constructors

Project()

Declaration
public Project()

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
Type Description
Boolean

GetEndDate(Int32, Int32)

Declaration
public string GetEndDate(int duration, int unit)
Parameters
Type Name Description
Int32 duration
Int32 unit
Returns
Type Description
String

GetProjectStatusId()

Declaration
public int GetProjectStatusId()
Returns
Type Description
Int32

HasAssignToProjectMember(Int32)

Declaration
public bool HasAssignToProjectMember(int suggestedAppointmentId)
Parameters
Type Name Description
Int32 suggestedAppointmentId
Returns
Type Description
Boolean

MoveToNextStatus(NextProjectStatusInfo)

Declaration
public void MoveToNextStatus(NextProjectStatusInfo info)
Parameters
Type Name Description
NextProjectStatusInfo info

MoveToStatus()

Declaration
public void MoveToStatus()

NewProjectWithMembers(String)

Declaration
public int NewProjectWithMembers(string ids)
Parameters
Type Name Description
String ids
Returns
Type Description
Int32

RemoveProjectMembers(String)

Declaration
public string RemoveProjectMembers(string ids)
Parameters
Type Name Description
String ids
Returns
Type Description
String

SuggestMoveToNextStatus(Int32)

Declaration
public NextProjectStatusInfo SuggestMoveToNextStatus(int appointmentId)
Parameters
Type Name Description
Int32 appointmentId
Returns
Type Description
NextProjectStatusInfo

Implements

IWebObject
SuperOffice.Factory.IPlugin
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top