Class DiaryUpdate
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("DiaryUpdate")]
public class DiaryUpdate : IWebObject, IPlugin
Constructors
DiaryUpdate()
Declaration
Methods
ChangeAppointmentDateOrAssociate(Int32, String, Int32, String, Boolean)
Declaration
public AppointmentJsonObject ChangeAppointmentDateOrAssociate(int id, string date, int associateId, string updateMode, bool sendEmail)
Parameters
Returns
ChangeAppointmentToTask(Int32, String, Boolean)
Declaration
public AppointmentJsonObject ChangeAppointmentToTask(int id, string updateMode, bool sendEmail)
Parameters
Returns
ChangeTaskToAppointment(Int32, String, String, String, Boolean)
Declaration
public AppointmentJsonObject ChangeTaskToAppointment(int id, string date, string time, string updateMode, bool sendEmail)
Parameters
Returns
CopyAppointment(Int32, String, String, Int32, Boolean)
Declaration
public AppointmentJsonObject CopyAppointment(int id, string date, string time, int associateId, bool sendEmail)
Parameters
Returns
DeleteAppointment(Int32, String, Boolean)
Declaration
public AppointmentJsonObject DeleteAppointment(int id, string mode, bool sendEmail)
Parameters
Returns
GetBookingEmailStatus(Int32)
Declaration
public int GetBookingEmailStatus(int appointmentId)
Parameters
| Type |
Name |
Description |
| Int32 |
appointmentId |
|
Returns
GetDisplaySendEmailDialogStatus()
Declaration
public int GetDisplaySendEmailDialogStatus()
Returns
UpdateAppointment(Int32, String, String, Int32, Int32, Int32)
Declaration
public string UpdateAppointment(int id, string startTime, string endTime, int status, int type, int associateId)
Parameters
Returns
UpdateMovedAppointment(Int32, String, String, Int32, String, Boolean)
Declaration
public AppointmentJsonObject UpdateMovedAppointment(int id, string date, string time, int associateId, string updateMode, bool sendEmail)
Parameters
Returns
UpdateResizedAppointment(Int32, Int32, String, Boolean)
Declaration
public AppointmentJsonObject UpdateResizedAppointment(int id, int newLength, string updateMode, bool sendEmail)
Parameters
Returns
Implements
SuperOffice.Factory.IPlugin