C# 클래스 Dnn.BulkUserDelete.Console.Main

파일 보기 프로젝트 열기: brucerchapman/DnnBulkUserDelete

공개 메소드들

메소드 설명
Main ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
DeleteUserBatch ( int &usersAffected, int &usersRemaining, int &lastElapsedSeconds ) : void
DisableButtons ( ) : void
EnableButtons ( ) : void
GetSoftDeletedUsers ( string alias, string username, string password ) : string
HardDeleteNextUserBatch ( string alias, string username, string password, int batchSize, bool testMode, bool useFastDelete, string &result ) : bool
InitializeComponent ( ) : void

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

LogLine ( string line ) : void
Main_FormClosing ( object sender, FormClosingEventArgs e ) : void
PingServerAnon ( string alias ) : string
PingServerAuthenticated ( string alias, string username, string password ) : string
ReturnResult ( string url, System statusCode, string errorMsg, string originalResult ) : string
UpdateDeletedUsersUI ( int usersAffected, int usersRemaining, int interval, int lastElapsedSeconds ) : void
btnCheckSoftDeletedUsers_Click_1 ( object sender, EventArgs e ) : void
btnDeleteBatches_Click ( object sender, EventArgs e ) : void
btnHardDeleteNextUser_Click_1 ( object sender, EventArgs e ) : void
btnPingAnon_Click ( object sender, EventArgs e ) : void
btnPingHost_Click ( object sender, EventArgs e ) : void
chkFastDelete_CheckedChanged ( object sender, EventArgs e ) : void
tckSpeed_Scroll ( object sender, EventArgs e ) : void
timBatchTimer_Tick ( object sender, EventArgs e ) : void
txtPortalAlias_TextChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Main() 공개 메소드

public Main ( ) : System
리턴 System