C# Class Engage.Dnn.Booking.AppointmentCalendar

Afficher le fichier Open project: EngageSoftware/Engage-Booking

Protected Properties

Свойство 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

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

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

Private Methods

Méthode 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 méthode

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

Property Details

AppointmentToolTipManager protected_oe 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
Résultat global::Telerik.Web.UI.RadToolTipManager

AppointmentsCalendar protected_oe 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
Résultat global::Telerik.Web.UI.RadScheduler

ApprovalControl protected_oe 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
Résultat global::Engage.Dnn.Booking.Approval

NewRequestToolTipManager protected_oe 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
Résultat global::Telerik.Web.UI.RadToolTipManager

RequestAppointmentLink protected_oe 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
Résultat global::System.Web.UI.WebControls.HyperLink