Show / Hide Table of Contents

Class Appointment

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

Constructors

Appointment()

Declaration
public Appointment()

Methods

Accept(Int32, String)

Declaration
public void Accept(int appointmentId, string updateMode)
Parameters
Type Name Description
Int32 appointmentId
String updateMode

AcceptRejected(Int32, String)

Declaration
public void AcceptRejected(int appointmentId, string updateMode)
Parameters
Type Name Description
Int32 appointmentId
String updateMode

AcceptWithEmailConfirmation(Int32, String)

Declaration
public void AcceptWithEmailConfirmation(int appointmentId, string updateMode)
Parameters
Type Name Description
Int32 appointmentId
String updateMode

CleanUpBookingDeleted(String)

Declaration
public void CleanUpBookingDeleted(string appointmentIds)
Parameters
Type Name Description
String appointmentIds

CleanUpBookingDeletedOnLoggedInUser()

Declaration
public void CleanUpBookingDeletedOnLoggedInUser()

CreateStatusMonitorFollowUp()

Declaration
public string CreateStatusMonitorFollowUp()
Returns
Type Description
String

DeleteAppointment(Int32)

Declaration
public void DeleteAppointment(int appointmentId)
Parameters
Type Name Description
Int32 appointmentId

GetNextSuggestedAppointment(Int32, Boolean)

Declaration
public static SuggestedAppointmentData GetNextSuggestedAppointment(int currentAppointmentId, bool skipCompletedCheck)
Parameters
Type Name Description
Int32 currentAppointmentId
Boolean skipCompletedCheck
Returns
Type Description
SuggestedAppointmentData

GetSuggestedAppointment(Int32, Int32)

Declaration
public static SuggestedAppointmentData GetSuggestedAppointment(int currentAppointmentId, int suggestedAppointmentId)
Parameters
Type Name Description
Int32 currentAppointmentId
Int32 suggestedAppointmentId
Returns
Type Description
SuggestedAppointmentData

GetSuggestedAppointmentId(Int32)

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

IsAppointmentRecurring(Int32)

Declaration
public bool IsAppointmentRecurring(int appointmentId)
Parameters
Type Name Description
Int32 appointmentId
Returns
Type Description
Boolean

Reassign(Int32, String, Boolean)

Declaration
public void Reassign(int appointmentId, string assignTo, bool assignAll)
Parameters
Type Name Description
Int32 appointmentId
String assignTo
Boolean assignAll

Reject(Int32, String, String)

Declaration
public void Reject(int appointmentId, string updateMode, string reason)
Parameters
Type Name Description
Int32 appointmentId
String updateMode
String reason

RejectWithEmailConfirmation(Int32, String, String)

Declaration
public void RejectWithEmailConfirmation(int appointmentId, string updateMode, string reason)
Parameters
Type Name Description
Int32 appointmentId
String updateMode
String reason

SetCurrentContactPerson(Int32)

Declaration
public void SetCurrentContactPerson(int appointmentId)
Parameters
Type Name Description
Int32 appointmentId

SetSeen(Int32, String)

Declaration
public void SetSeen(int appointmentId, string updateMode)
Parameters
Type Name Description
Int32 appointmentId
String updateMode

StoreSelectedGroupInInvitationDlg(String, Int32)

Declaration
public void StoreSelectedGroupInInvitationDlg(string prefKey, int selectedId)
Parameters
Type Name Description
String prefKey
Int32 selectedId

stringtoint(String)

Declaration
public static int stringtoint(string id)
Parameters
Type Name Description
String id
Returns
Type Description
Int32

Implements

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