C# Class BF2Statistics.SnapshotViewForm

Afficher le fichier Open project: BF2Statistics/ControlCenter Class Usage Examples

Méthodes publiques

Méthode Description
SnapshotViewForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
BuildList ( string MapName = "", string Prefix = "", DateTime StartDate = null, DateTime EndDate = null ) : void

Builds the snapshot file list, based on the snapshot files found within the Temp and Processed folders

DeleteBtn_Click ( object sender, EventArgs e ) : void

Event fired when the Delete button is clicked

Details_MenuItem_Click ( object sender, EventArgs e ) : void

Event fire when the Details item menu is selected from the context menu

GetSnapshotFileInfos ( string FilePath ) : List

Builds a list of SnapshotFile objects found within the specified file path

ImportBtn_Click ( object sender, EventArgs e ) : void

Event is fired when the Import Button is clicked

ImportSnaphotFiles ( List Files, CancellationToken CancelToken ) : void

Imports the provided snapshot files into the stats database

InitializeComponent ( ) : void

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

MoveSnapshotMenuItem_Click ( object sender, EventArgs e ) : void

Event fired when the Move Snapshot menu item is clicked from the drop down menu (right click)

SelectAllBtn_Click ( object sender, EventArgs e ) : void

Event fired when the Select All button is clicked

SelectNoneBtn_Click ( object sender, EventArgs e ) : void

Event fired when the Select None button is clicked

SnapshotView_MouseClick ( object sender, MouseEventArgs e ) : void

Event fired when the user right clicks, to open the context menu

ViewSelect_SelectedIndexChanged ( object sender, EventArgs e ) : void

Event fired when the snapshot view type is changed

linkLabelFilter_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void

Method Details

Dispose() protected méthode

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

SnapshotViewForm() public méthode

public SnapshotViewForm ( ) : System
Résultat System