C# Class XRefresh.Configuration

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: binaryage/xrefresh Class Usage Examples

Public Properties

Property Type Description
Current Configuration

Public Methods

Method Description
Configuration ( ) : System
LoadConfiguration ( ) : void
ProjectTypeComparer ( ProjecTypeItem a, ProjecTypeItem b ) : int
SetupTable ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddProject ( string folder ) : void
ApplyConfiguration ( ) : void
Configuration_Activated ( object sender, EventArgs e ) : void
Configuration_FormClosing ( object sender, FormClosingEventArgs e ) : void
Configuration_Shown ( object sender, EventArgs e ) : void
DeleteRow ( XPTable row ) : void
DetectorCancel ( ) : void
DetectorDoWork ( object sender, DoWorkEventArgs e ) : void
DetectorProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
DetectorWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
InitializeComponent ( ) : void

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

MakeUniqueName ( string name ) : string
OnCellPropertyChanged ( object sender, XPTable e ) : void
OnKeyDown ( object sender, KeyEventArgs e ) : void
ProjectTypeHideDropDownEvent ( object sender, EventArgs e ) : void
ProjectTypePopulation ( ProjectTypeCellEditor editor ) : void
ProjectTypePopulationEvent ( object sender, EventArgs e ) : void
ScannerCancel ( ) : void
ScannerDoWork ( object sender, DoWorkEventArgs e ) : void
ScannerProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
ScannerWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
StrikeRow ( XPTable row, bool strike ) : void
VisualizeFolder ( Model folder ) : void
advancedButton_Click ( object sender, EventArgs e ) : void
applyButton_Click ( object sender, EventArgs e ) : void
buttonAdd_Click ( object sender, EventArgs e ) : void
cancelButton_Click ( object sender, EventArgs e ) : void
table_DragDrop ( object sender, DragEventArgs e ) : void
table_DragEnter ( object sender, DragEventArgs e ) : void

Method Details

Configuration() public method

public Configuration ( ) : System
return System

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

LoadConfiguration() public method

public LoadConfiguration ( ) : void
return void

ProjectTypeComparer() public method

public ProjectTypeComparer ( ProjecTypeItem a, ProjecTypeItem b ) : int
a ProjecTypeItem
b ProjecTypeItem
return int

SetupTable() public method

public SetupTable ( ) : void
return void

Property Details

Current public_oe static_oe property

public static Configuration,XRefresh Current
return Configuration