C# Class Engage.Dnn.Booking.NotConfigured

Displayed when the module has not yet been configured. Sets up a default configuration.
Inheritance: ModuleBase
Afficher le fichier Open project: EngageSoftware/Engage-Booking

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
SetupDefaultSettings ( ) : void

Sets up the module with a default configuration.

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