C# Class Dnn.BulkUserDelete.Console.Main

ファイルを表示 Open project: brucerchapman/DnnBulkUserDelete

Public Methods

Method Description
Main ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

Main() public method

public Main ( ) : System
return System