Show / Hide Table of Contents

Class DiaryUpdate

Inheritance
Object
DiaryUpdate
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("DiaryUpdate")]
public class DiaryUpdate : IWebObject, IPlugin

Constructors

DiaryUpdate()

Declaration
public DiaryUpdate()

Methods

ChangeAppointmentDateOrAssociate(Int32, String, Int32, String, Boolean)

Declaration
public AppointmentJsonObject ChangeAppointmentDateOrAssociate(int id, string date, int associateId, string updateMode, bool sendEmail)
Parameters
Type Name Description
Int32 id
String date
Int32 associateId
String updateMode
Boolean sendEmail
Returns
Type Description
AppointmentJsonObject

ChangeAppointmentToTask(Int32, String, Boolean)

Declaration
public AppointmentJsonObject ChangeAppointmentToTask(int id, string updateMode, bool sendEmail)
Parameters
Type Name Description
Int32 id
String updateMode
Boolean sendEmail
Returns
Type Description
AppointmentJsonObject

ChangeTaskToAppointment(Int32, String, String, String, Boolean)

Declaration
public AppointmentJsonObject ChangeTaskToAppointment(int id, string date, string time, string updateMode, bool sendEmail)
Parameters
Type Name Description
Int32 id
String date
String time
String updateMode
Boolean sendEmail
Returns
Type Description
AppointmentJsonObject

CopyAppointment(Int32, String, String, Int32, Boolean)

Declaration
public AppointmentJsonObject CopyAppointment(int id, string date, string time, int associateId, bool sendEmail)
Parameters
Type Name Description
Int32 id
String date
String time
Int32 associateId
Boolean sendEmail
Returns
Type Description
AppointmentJsonObject

DeleteAppointment(Int32, String, Boolean)

Declaration
public AppointmentJsonObject DeleteAppointment(int id, string mode, bool sendEmail)
Parameters
Type Name Description
Int32 id
String mode
Boolean sendEmail
Returns
Type Description
AppointmentJsonObject

GetBookingEmailStatus(Int32)

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

GetDisplaySendEmailDialogStatus()

Declaration
public int GetDisplaySendEmailDialogStatus()
Returns
Type Description
Int32

UpdateAppointment(Int32, String, String, Int32, Int32, Int32)

Declaration
public string UpdateAppointment(int id, string startTime, string endTime, int status, int type, int associateId)
Parameters
Type Name Description
Int32 id
String startTime
String endTime
Int32 status
Int32 type
Int32 associateId
Returns
Type Description
String

UpdateMovedAppointment(Int32, String, String, Int32, String, Boolean)

Declaration
public AppointmentJsonObject UpdateMovedAppointment(int id, string date, string time, int associateId, string updateMode, bool sendEmail)
Parameters
Type Name Description
Int32 id
String date
String time
Int32 associateId
String updateMode
Boolean sendEmail
Returns
Type Description
AppointmentJsonObject

UpdateResizedAppointment(Int32, Int32, String, Boolean)

Declaration
public AppointmentJsonObject UpdateResizedAppointment(int id, int newLength, string updateMode, bool sendEmail)
Parameters
Type Name Description
Int32 id
Int32 newLength
String updateMode
Boolean sendEmail
Returns
Type Description
AppointmentJsonObject

Implements

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