C# Class IndexViewer.IndexOverview

Exibir arquivo Open project: JimmieOverby/IndexViewer

Protected Properties

Property Type Description
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

Protected Methods

Method Description
Page_PreRender ( object sender, EventArgs e ) : void

Handles the PreRender event of the Page control.

Private Methods

Method Description
RefreshFieldInformation ( ) : void

Refreshes the field information.

RefreshOverviewInformation ( ) : void

Refreshes the overview information.

Method Details

Page_PreRender() protected method

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.
return void

Property Details

FieldsRepeater protected_oe property

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
return global::System.Web.UI.WebControls.Repeater

IndexDirectoryValue protected_oe property

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
return global::System.Web.UI.WebControls.Label

IndexNameValue protected_oe property

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
return global::System.Web.UI.WebControls.Label

LastModifiedValue protected_oe property

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
return global::System.Web.UI.WebControls.Label

NumberOfDocumentsValue protected_oe property

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
return global::System.Web.UI.WebControls.Label