Click or drag to resize
SchedulerWebServiceSettings Properties

The SchedulerWebServiceSettings type exposes the following members.

Properties
  Name Description
Public property CreateRecurrenceExceptionMethod
Gets or sets the method name to be called to create recurrence exceptions.
Public property DeleteAppointmentMethod
Gets or sets the method name to be called to delete appointments.
Public property GetAppointmentsMethod
Gets or sets the method name to be called to populate the appointments.
Public property GetResourcesMethod
Gets or sets the method name to be called to get the resources list.
Public property InsertAppointmentMethod
Gets or sets the method name to be called to insert appointments.
Public property Method (Overrides WebServiceSettingsMethod.)
Public property RemoveRecurrenceExceptionsMethod
Gets or sets the method name to be called to remove the recurrence exceptions of a given appointment.
Public property ResourcePopulationMode
Gets or sets the resource population mode to be used from KaxScheduler.
Public property UpdateAppointmentMethod
Gets or sets the method name to be called to update appointments.
Top
See Also