C# Class NClass.AssemblyImport.ImportSettingsForm

Mostra file Open project: gbaychev/NClass Class Usage Examples

Public Methods

Method Description
ImportSettingsForm ( ImportSettings settings ) : System

Initializes a new ImportSettingsForm2.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Method Description
DisplaySettings ( ImportSettings settings ) : void

Displays the given Settings.

ImportSettingsForm_FormClosed ( object sender, FormClosedEventArgs e ) : void

Gets called when the dialog is closed. Stores all settings.

ImportSettingsForm_KeyDown ( object sender, KeyEventArgs e ) : void

Gets called when a key is pressed while the dialog is opened. Closes the dialog if the key is escape.

InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

LocalizeComponents ( ) : void

Displays the text for the current culture.

StoreSettings ( ImportSettings settings ) : void

Stores the displayed settings to settings

chkCreateAssociations_CheckedChanged ( object sender, EventArgs e ) : void

Gets called when the CreateAggregations-checkbox is (un)checked. Updates the user interface.

chkCreateRelationships_CheckedChanged ( object sender, EventArgs e ) : void

Gets called when the CreateRelationships-checkbox is (un)checked. Updates the user interface.

cmdDeleteTemplate_Click ( object sender, EventArgs e ) : void

Gets called when the DeleteTemplate-button is clicked. Deletes the actual template.

cmdLoadTemplate_Click ( object sender, EventArgs e ) : void

Gets called when the LoadTemplate-button is clicked. Displays the settings belonging to the actual template.

cmdOK_Click ( object sender, EventArgs e ) : void

Gets called when the OK-button is clicked. Closes the dialog.

cmdStoreTemplate_Click ( object sender, EventArgs e ) : void

Gets called when the StoreTemplate-button is clicked. Stores the settings to a template.

dgvFilter_CellValueChanged ( object sender, DataGridViewCellEventArgs e ) : void

Gets called when the data displayed at the filter list changed.

dgvFilter_CurrentCellDirtyStateChanged ( object sender, EventArgs e ) : void

Gets called when the dirty state of a cell changed.

Method Details

Dispose() protected method

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
return void

ImportSettingsForm() public method

Initializes a new ImportSettingsForm2.
public ImportSettingsForm ( ImportSettings settings ) : System
settings ImportSettings The which will be used for import.
return System