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

Custom Sitefinity module
상속: ModuleBase
파일 보기 프로젝트 열기: timw255/timw255.Sitefinity.SuperForms

공개 메소드들

메소드 설명
Initialize ( ModuleSettings settings ) : void

Initializes the service with specified settings. This method is called every time the module is initializing (on application startup by default)

Install ( SiteInitializer initializer ) : void

Installs this module in Sitefinity system for the first time.

Uninstall ( SiteInitializer initializer ) : void

Uninstalls the specified initializer.

보호된 메소드들

메소드 설명
GetModuleConfig ( ) : ConfigSection

Gets the module configuration.

비공개 메소드들

메소드 설명
InstallFormWidgets ( SiteInitializer initializer ) : void

Installs the form widgets.

InstallPageWidgets ( SiteInitializer initializer ) : void

Installs the page widgets.

InstallVirtualPaths ( SiteInitializer initializer ) : void

Installs module virtual paths.

메소드 상세

GetModuleConfig() 보호된 메소드

Gets the module configuration.
protected GetModuleConfig ( ) : ConfigSection
리턴 ConfigSection

Initialize() 공개 메소드

Initializes the service with specified settings. This method is called every time the module is initializing (on application startup by default)
public Initialize ( ModuleSettings settings ) : void
settings ModuleSettings The settings.
리턴 void

Install() 공개 메소드

Installs this module in Sitefinity system for the first time.
public Install ( SiteInitializer initializer ) : void
initializer SiteInitializer The Site Initializer. A helper class for installing Sitefinity modules.
리턴 void

Uninstall() 공개 메소드

Uninstalls the specified initializer.
public Uninstall ( SiteInitializer initializer ) : void
initializer SiteInitializer The initializer.
리턴 void