C# 클래스 Subtext.Web.Admin.Pages.EditKeyWords

상속: AdminOptionsPage
파일 보기 프로젝트 열기: ayende/Subtext

공개 메소드들

메소드 설명
CheckHiddenStyle ( ) : string

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
btnCreate_Click ( object sender, System e ) : void
lkbCancel_Click ( object sender, System e ) : void
lkbPost_Click ( object sender, System e ) : void
rprSelectionList_ItemCommand ( object source, System e ) : void

비공개 메소드들

메소드 설명
BindLinkEdit ( ) : void
BindList ( ) : void
ConfirmDelete ( int kwID, string kwWord ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Page_Load ( object sender, System e ) : void
ResetPostEdit ( bool showEdit ) : void
UpdateLink ( ) : void

메소드 상세

CheckHiddenStyle() 공개 메소드

public CheckHiddenStyle ( ) : string
리턴 string

OnInit() 보호된 메소드

protected OnInit ( EventArgs e ) : void
e System.EventArgs
리턴 void

btnCreate_Click() 보호된 메소드

protected btnCreate_Click ( object sender, System e ) : void
sender object
e System
리턴 void

lkbCancel_Click() 보호된 메소드

protected lkbCancel_Click ( object sender, System e ) : void
sender object
e System
리턴 void

lkbPost_Click() 보호된 메소드

protected lkbPost_Click ( object sender, System e ) : void
sender object
e System
리턴 void

rprSelectionList_ItemCommand() 보호된 메소드

protected rprSelectionList_ItemCommand ( object source, System e ) : void
source object
e System
리턴 void