Click or drag to resize
WebServiceAppointmentControllerAppointmentFactory Property
A factory for appointment instances.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public IAppointmentFactory AppointmentFactory { get; set; }

Property Value

Type: IAppointmentFactory
Remarks

The default factory returns instances of the Appointment class.

WebServiceAppointmentController needs to create appointment instances before passing them to the provider. You can use custom appointment classes by implementing an IAppointmentFactory and setting this property.

See Also