C# 클래스 RockWeb.Blocks.Administration.SystemInfo

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: SparkDevNetwork/Rock

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
OnPreRender ( EventArgs e ) : void
btnClearCache_Click ( object sender, EventArgs e ) : void

Used to manually flush the attribute cache.

btnDumpDiagnostics_Click ( object sender, EventArgs e ) : void

Creates a text version (mostly) of the Diagnostics data that is sent via the HttpResponse to the client.

btnRestart_Click ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
GetCacheInfo ( ) : string
GetDbInfo ( ) : string
GetLastMigrationData ( ) : string

Queries the MigrationHistory and the PluginMigration tables and returns the name (MigrationId) of the last core migration that was run and a table listing the last plugin assembly's migration name and number that was run.

GetRoutesInfo ( ) : string
ResponseWrite ( string key, string value, HttpResponse response ) : void
RestartWebApplication ( ) : bool

메소드 상세

OnInit() 보호된 메소드

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

OnPreRender() 보호된 메소드

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

btnClearCache_Click() 보호된 메소드

Used to manually flush the attribute cache.
protected btnClearCache_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnDumpDiagnostics_Click() 보호된 메소드

Creates a text version (mostly) of the Diagnostics data that is sent via the HttpResponse to the client.
protected btnDumpDiagnostics_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
리턴 void

btnRestart_Click() 보호된 메소드

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