C# 클래스 IndexViewer.sitecore_modules.Shell.IndexViewer.DocumentsOverview

파일 보기 프로젝트 열기: JimmieOverby/IndexViewer

보호된 프로퍼티들

프로퍼티 타입 설명
DocSelectorLastIndexLabel global::System.Web.UI.WebControls.Label
FieldRepeater global::System.Web.UI.WebControls.Repeater
GoButton global::System.Web.UI.WebControls.Button
SelectNextDocNumberButton global::System.Web.UI.WebControls.Button
SelectPreviousDocNumberButton global::System.Web.UI.WebControls.Button
SelectedDocumentNumber global::System.Web.UI.WebControls.Label
SelectedNumberTextBox global::System.Web.UI.WebControls.TextBox

보호된 메소드들

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

Handles the Click event of the GoButton control.

Page_PreRender ( object sender, EventArgs e ) : void

Handles the PreRender event of the Page control.

SelectNextDocNumberButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of the SelectNextDocNumberButton control.

SelectPreviousDocNumberButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of the SelectPreviousDocNumberButton control.

비공개 메소드들

메소드 설명
BindDocumentToGrid ( int documentNumber ) : void

Binds the document to grid.

메소드 상세

GoButton_Click() 보호된 메소드

Handles the Click event of the GoButton control.
protected GoButton_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

Page_PreRender() 보호된 메소드

Handles the PreRender event of the Page control.
protected Page_PreRender ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

SelectNextDocNumberButton_Click() 보호된 메소드

Handles the Click event of the SelectNextDocNumberButton control.
protected SelectNextDocNumberButton_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

SelectPreviousDocNumberButton_Click() 보호된 메소드

Handles the Click event of the SelectPreviousDocNumberButton control.
protected SelectPreviousDocNumberButton_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
리턴 void

프로퍼티 상세

DocSelectorLastIndexLabel 보호되어 있는 프로퍼티

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

FieldRepeater 보호되어 있는 프로퍼티

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

GoButton 보호되어 있는 프로퍼티

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

SelectNextDocNumberButton 보호되어 있는 프로퍼티

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

SelectPreviousDocNumberButton 보호되어 있는 프로퍼티

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

SelectedDocumentNumber 보호되어 있는 프로퍼티

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

SelectedNumberTextBox 보호되어 있는 프로퍼티

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