WebServiceAppointmentController Class |
The WebServiceAppointmentController provides a facade over a
SchedulerProviderBase object
and is used to call your provider from web services.
Inheritance Hierarchy
SystemObject
Kettic.AspNet.ControlsWebServiceAppointmentController
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic class WebServiceAppointmentController
Public Class WebServiceAppointmentController
public ref class WebServiceAppointmentController
type WebServiceAppointmentController = class end
The WebServiceAppointmentController type exposes the following members.
Constructors
Methods
| Name | Description |
---|
  | CreateRecurrenceException(ISchedulerInfo, AppointmentData) |
Creates a recurrence exception with the specified appointment data and returns the available appointments.
|
 | CreateRecurrenceExceptionT(ISchedulerInfo, UTT) | |
  | DeleteAppointment(ISchedulerInfo, AppointmentData, Boolean) |
Deletes the specified appointment and returns the available appointments.
|
 | DeleteAppointmentT(ISchedulerInfo, UTT, Boolean) | |
  | GetAppointments(ISchedulerInfo) |
Gets the appointments corresponding to specified time period
|
 | GetAppointmentsT(ISchedulerInfo) | |
 | GetResources(ISchedulerInfo) |
Returns the resources of all appointments within the specified time period.
|
 | GetResourcesT(ISchedulerInfo) | |
  | InsertAppointment(ISchedulerInfo, AppointmentData) |
Inserts the specified appointment and returns the available appointments.
|
 | InsertAppointmentT(ISchedulerInfo, UTT) | |
  | RemoveRecurrenceExceptions(ISchedulerInfo, AppointmentData) |
Removes all recurrence exceptions of the specified recurrence master and returns the available appointments.
|
 | RemoveRecurrenceExceptionsT(ISchedulerInfo, UTT) | |
  | UpdateAppointment(ISchedulerInfo, AppointmentData) |
Updates the specified appointment and returns the available appointments.
|
 | UpdateAppointmentT(ISchedulerInfo, UTT) | |
Top
Properties
See Also