C# 클래스 IndexViewer.IndexOverview

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

보호된 프로퍼티들

프로퍼티 타입 설명
FieldsRepeater global::System.Web.UI.WebControls.Repeater
IndexDirectoryValue global::System.Web.UI.WebControls.Label
IndexNameValue global::System.Web.UI.WebControls.Label
LastModifiedValue global::System.Web.UI.WebControls.Label
NumberOfDocumentsValue global::System.Web.UI.WebControls.Label

보호된 메소드들

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

Handles the PreRender event of the Page control.

비공개 메소드들

메소드 설명
RefreshFieldInformation ( ) : void

Refreshes the field information.

RefreshOverviewInformation ( ) : void

Refreshes the overview information.

메소드 상세

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

프로퍼티 상세

FieldsRepeater 보호되어 있는 프로퍼티

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

IndexDirectoryValue 보호되어 있는 프로퍼티

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

IndexNameValue 보호되어 있는 프로퍼티

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

LastModifiedValue 보호되어 있는 프로퍼티

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

NumberOfDocumentsValue 보호되어 있는 프로퍼티

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