C# Class Engage.Dnn.Booking.NotConfigured

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

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

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

Private Methods

Method Description
SetupDefaultSettings ( ) : void

Sets up the module with a default configuration.

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