C# Class Engage.Dnn.Booking.AppointmentToolTip

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

Protected Properties

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

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

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.Label