C# 클래스 OPSI.UManage.Pages.Launcher

상속: DotNetNuke.Entities.Modules.PortalModuleBase
파일 보기 프로젝트 열기: OPSI-srl/UManage

보호된 프로퍼티들

프로퍼티 타입 설명
fum_icons_css global::DotNetNuke.Web.Client.ClientResourceManagement.DnnCssInclude
fum_module_css global::DotNetNuke.Web.Client.ClientResourceManagement.DnnCssInclude
lnk_launcher global::System.Web.UI.WebControls.LinkButton
panel_normal global::System.Web.UI.HtmlControls.HtmlGenericControl
panel_unregistereduser global::System.Web.UI.HtmlControls.HtmlGenericControl

공개 메소드들

메소드 설명
LaunchModule ( ) : void
lnk_launcher_click ( object sender, EventArgs e ) : void

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

메소드 상세

LaunchModule() 공개 메소드

public LaunchModule ( ) : void
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

lnk_launcher_click() 공개 메소드

public lnk_launcher_click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

fum_icons_css 보호되어 있는 프로퍼티

fum_icons_css control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.Web.Client.ClientResourceManagement.DnnCssInclude fum_icons_css
리턴 global::DotNetNuke.Web.Client.ClientResourceManagement.DnnCssInclude

fum_module_css 보호되어 있는 프로퍼티

fum_module_css control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.Web.Client.ClientResourceManagement.DnnCssInclude fum_module_css
리턴 global::DotNetNuke.Web.Client.ClientResourceManagement.DnnCssInclude

lnk_launcher 보호되어 있는 프로퍼티

lnk_launcher control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.LinkButton lnk_launcher
리턴 global::System.Web.UI.WebControls.LinkButton

panel_normal 보호되어 있는 프로퍼티

panel_normal control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl panel_normal
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl

panel_unregistereduser 보호되어 있는 프로퍼티

panel_unregistereduser control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl panel_unregistereduser
리턴 global::System.Web.UI.HtmlControls.HtmlGenericControl