Class Appointment
Assembly: SuperOffice.CRMWeb.dll
Syntax
[SoWebObject("Appointment")]
public class Appointment : IWebObject, IPlugin
Constructors
Appointment()
Declaration
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
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
GetSuggestedAppointment(Int32, Int32)
Declaration
public static SuggestedAppointmentData GetSuggestedAppointment(int currentAppointmentId, int suggestedAppointmentId)
Parameters
| Type |
Name |
Description |
| Int32 |
currentAppointmentId |
|
| Int32 |
suggestedAppointmentId |
|
Returns
GetSuggestedAppointmentId(Int32)
Declaration
public static int GetSuggestedAppointmentId(int appointmentId)
Parameters
| Type |
Name |
Description |
| Int32 |
appointmentId |
|
Returns
IsAppointmentRecurring(Int32)
Declaration
public bool IsAppointmentRecurring(int appointmentId)
Parameters
| Type |
Name |
Description |
| Int32 |
appointmentId |
|
Returns
Reassign(Int32, String, Boolean)
Declaration
public void Reassign(int appointmentId, string assignTo, bool assignAll)
Parameters
Reject(Int32, String, String)
Declaration
public void Reject(int appointmentId, string updateMode, string reason)
Parameters
RejectWithEmailConfirmation(Int32, String, String)
Declaration
public void RejectWithEmailConfirmation(int appointmentId, string updateMode, string reason)
Parameters
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
stringtoint(String)
Declaration
public static int stringtoint(string id)
Parameters
| Type |
Name |
Description |
| String |
id |
|
Returns
Implements
SuperOffice.Factory.IPlugin