C# Class Engage.Dnn.Booking.AppointmentToolTip

Used to display a "tool tip" for an appointment.
Inheritance: ModuleBase
Exibir arquivo Open project: EngageSoftware/Engage-Booking Class Usage Examples

Protected Properties

Property Type Description
DetailsLink global::System.Web.UI.WebControls.HyperLink
EndsLabel global::System.Web.UI.WebControls.Label
StartsLabel global::System.Web.UI.WebControls.Label
TitleLabel global::System.Web.UI.WebControls.Label

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

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

Private Methods

Method Description
Page_PreRender ( object sender, EventArgs e ) : void

Handles the Control.PreRender event of the Page control.

SetAppointment ( Appointment tooltipEvent ) : void

Sets the appointment to be displayed in the appointment tooltip.

Method Details

OnInit() protected method

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

Property Details

DetailsLink protected_oe property

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

EndsLabel protected_oe property

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

StartsLabel protected_oe property

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

TitleLabel protected_oe property

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