C# Class Engage.Dnn.Booking.ModuleMessage

Afficher le fichier Open project: EngageSoftware/Engage-Booking

Protected Properties

Свойство Type Description
messageLabel global::System.Web.UI.WebControls.Label

Méthodes protégées

Méthode Description
GetLocalizedText ( string key, Control control ) : string

GetLocalizedText gets the localized text for the provided key

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.

Method Details

GetLocalizedText() protected static méthode

GetLocalizedText gets the localized text for the provided key
protected static GetLocalizedText ( string key, Control control ) : string
key string The resource key
control Control The current control
Résultat string

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

messageLabel protected_oe property

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