C# 클래스 Engage.Dnn.Booking.NotConfigured

Displayed when the module has not yet been configured. Sets up a default configuration.
상속: ModuleBase
파일 보기 프로젝트 열기: EngageSoftware/Engage-Booking

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

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

비공개 메소드들

메소드 설명
SetupDefaultSettings ( ) : void

Sets up the module with a default configuration.

메소드 상세

OnInit() 보호된 메소드

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