Initializes a new instance of the AppointmentDialog class.

Namespace:  C1.Web.UI.Controls.C1Schedule.Dialogs
Assembly:  C1ScheduleClient (in C1ScheduleClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1Schedule.Dialogs.DialogBase = function(schedule, dialogWorker, dialogIdPsotfix);

Parameters

schedule
Type: C1.Web.UI.Controls.C1Schedule..::..C1Schedule
The schedule.
dialogWorker
Type: C1.Web.UI.Controls.C1Schedule..::..DialogWorker
The dialog worker.
dialogIdPsotfix
Type: System..::..String
The dialog id psotfix.

See Also