C# Class Engage.Dnn.Booking.AppointmentCalendar

Show file Open project: EngageSoftware/Engage-Booking

Protected Properties

Property Type Description
AppointmentToolTipManager global::Telerik.Web.UI.RadToolTipManager
AppointmentsCalendar global::Telerik.Web.UI.RadScheduler
ApprovalControl global::Engage.Dnn.Booking.Approval
NewRequestToolTipManager global::Telerik.Web.UI.RadToolTipManager
RequestAppointmentLink global::System.Web.UI.WebControls.HyperLink

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event.

Private Methods

Method Description
AppointmentToolTipManager_AjaxUpdate ( object sender, ToolTipUpdateEventArgs e ) : void

Handles the RadToolTipManager.AjaxUpdate event of the AppointmentToolTipManager control.

AppointmentsCalendar_AppointmentCreated ( object sender, AppointmentCreatedEventArgs e ) : void

Handles the RadScheduler.AppointmentCreated event of the AppointmentCalendar control.

AppointmentsCalendar_AppointmentDataBound ( object sender, SchedulerEventArgs e ) : void

Handles the RadScheduler.AppointmentDataBound event of the AppointmentCalendar control.

BindData ( ) : void

Binds the data.

GetPreviousDayOfWeek ( DayOfWeek dayOfWeek ) : DayOfWeek

Gets the day of the week before the given dayOfWeek.

IsAppointmentRegisteredForTooltip ( Telerik apt ) : bool

Determines whether the specified appointment is registered with the tooltip manager.

LocalizeCalendar ( ) : void

Localizes the calendar.

Page_Load ( object sender, EventArgs e ) : void

Handles the Control.Load event of this control.

SetupAdminView ( ) : void

Sets up the ApprovalControl

Method Details

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e EventArgs An object that contains the event data.
return void

Property Details

AppointmentToolTipManager protected property

AppointmentToolTipManager control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadToolTipManager AppointmentToolTipManager
return global::Telerik.Web.UI.RadToolTipManager

AppointmentsCalendar protected property

AppointmentsCalendar control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadScheduler AppointmentsCalendar
return global::Telerik.Web.UI.RadScheduler

ApprovalControl protected property

ApprovalControl control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Engage.Dnn.Booking.Approval ApprovalControl
return global::Engage.Dnn.Booking.Approval

NewRequestToolTipManager protected property

NewRequestToolTipManager control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadToolTipManager NewRequestToolTipManager
return global::Telerik.Web.UI.RadToolTipManager

RequestAppointmentLink protected property

RequestAppointmentLink control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink RequestAppointmentLink
return global::System.Web.UI.WebControls.HyperLink