Click or drag to resize
SchedulerWebServiceSettings Class
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsWebServiceSettings
      Kettic.AspNet.ControlsSchedulerWebServiceSettings

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class SchedulerWebServiceSettings : WebServiceSettings

The SchedulerWebServiceSettings type exposes the following members.

Properties
  NameDescription
Public propertyCreateRecurrenceExceptionMethod
Gets or sets the method name to be called to create recurrence exceptions.
Public propertyDeleteAppointmentMethod
Gets or sets the method name to be called to delete appointments.
Public propertyGetAppointmentsMethod
Gets or sets the method name to be called to populate the appointments.
Public propertyGetResourcesMethod
Gets or sets the method name to be called to get the resources list.
Public propertyInsertAppointmentMethod
Gets or sets the method name to be called to insert appointments.
Public propertyMethod (Overrides WebServiceSettingsMethod.)
Public propertyRemoveRecurrenceExceptionsMethod
Gets or sets the method name to be called to remove the recurrence exceptions of a given appointment.
Public propertyResourcePopulationMode
Gets or sets the resource population mode to be used from KaxScheduler.
Public propertyUpdateAppointmentMethod
Gets or sets the method name to be called to update appointments.
Top
See Also