C# Class Smrf.NodeXL.ExcelTemplate.TopNByMetricUserSettingsListDialog

Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_oTopNByMetricUserSettings List
m_oTopNByMetricUserSettingsClone List
m_oTopNByMetricUserSettingsListDialogUserSettings TopNByMetricUserSettingsListDialogUserSettings
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook

Méthodes publiques

Méthode Description
AssertValid ( ) : void
TopNByMetricUserSettingsListDialog ( List topNByMetricUserSettings, Microsoft workbook ) : System

Initializes a new instance of the class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : Boolean
EnableControls ( ) : void
PopulateTopNByMetricUserSettingsListBox ( ) : void
TryEditTopNByMetricUserSettings ( TopNByMetricUserSettings oTopNByMetricUserSettings ) : Boolean

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

btnAdd_Click ( object sender, EventArgs e ) : void
btnDelete_Click ( object sender, EventArgs e ) : void
btnEdit_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, System e ) : void
lbxTopNByMetricUserSettings_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
lbxTopNByMetricUserSettings_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

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

DoDataExchange() protected méthode

protected DoDataExchange ( Boolean bFromControls ) : Boolean
bFromControls Boolean
Résultat Boolean

EnableControls() protected méthode

protected EnableControls ( ) : void
Résultat void

PopulateTopNByMetricUserSettingsListBox() protected méthode

protected PopulateTopNByMetricUserSettingsListBox ( ) : void
Résultat void

TopNByMetricUserSettingsListDialog() public méthode

Initializes a new instance of the class.
public TopNByMetricUserSettingsListDialog ( List topNByMetricUserSettings, Microsoft workbook ) : System
topNByMetricUserSettings List /// The object being edited. ///
workbook Microsoft /// Workbook containing the graph contents. ///
Résultat System

TryEditTopNByMetricUserSettings() protected méthode

protected TryEditTopNByMetricUserSettings ( TopNByMetricUserSettings oTopNByMetricUserSettings ) : Boolean
oTopNByMetricUserSettings TopNByMetricUserSettings
Résultat Boolean

Property Details

m_oTopNByMetricUserSettings protected_oe property

protected List m_oTopNByMetricUserSettings
Résultat List

m_oTopNByMetricUserSettingsClone protected_oe property

protected List m_oTopNByMetricUserSettingsClone
Résultat List

m_oTopNByMetricUserSettingsListDialogUserSettings protected_oe property

protected TopNByMetricUserSettingsListDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oTopNByMetricUserSettingsListDialogUserSettings
Résultat TopNByMetricUserSettingsListDialogUserSettings

m_oWorkbook protected_oe property

protected Microsoft.Office.Interop.Excel.Workbook m_oWorkbook
Résultat Microsoft.Office.Interop.Excel.Workbook