C# 클래스 timw255.Sitefinity.SuperForms.SuperFormsInstaller

Module installer class
This installer is registered in the /Properties/AssemblyInfo.cs file The purpose of it is to register the module in Sitefinity automatically. The User will have to enable the module from Administration -> Modules & Services
파일 보기 프로젝트 열기: timw255/timw255.Sitefinity.SuperForms 1 사용 예제들

공개 메소드들

메소드 설명
PreApplicationStart ( ) : void

Called before the application start.

비공개 메소드들

메소드 설명
OnBootstrapperInitialized ( object sender, ExecutedEventArgs e ) : void

Called when the Bootstrapper is initialized.

RegisterModule ( ) : void

Registers the SuperForms module.

메소드 상세

PreApplicationStart() 공개 정적인 메소드

Called before the application start.
public static PreApplicationStart ( ) : void
리턴 void