C# Class Smrf.NodeXL.ExcelTemplate.TopNByMetricUserSettingsListDialog

ファイルを表示 Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oTopNByMetricUserSettings List
m_oTopNByMetricUserSettingsClone List
m_oTopNByMetricUserSettingsListDialogUserSettings TopNByMetricUserSettingsListDialogUserSettings
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook

Public Methods

Method Description
AssertValid ( ) : void
TopNByMetricUserSettingsListDialog ( List topNByMetricUserSettings, Microsoft workbook ) : System

Initializes a new instance of the class.

Protected Methods

Method 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

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

public AssertValid ( ) : void
return void

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

DoDataExchange() protected method

protected DoDataExchange ( Boolean bFromControls ) : Boolean
bFromControls Boolean
return Boolean

EnableControls() protected method

protected EnableControls ( ) : void
return void

PopulateTopNByMetricUserSettingsListBox() protected method

protected PopulateTopNByMetricUserSettingsListBox ( ) : void
return void

TopNByMetricUserSettingsListDialog() public method

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. ///
return System

TryEditTopNByMetricUserSettings() protected method

protected TryEditTopNByMetricUserSettings ( TopNByMetricUserSettings oTopNByMetricUserSettings ) : Boolean
oTopNByMetricUserSettings TopNByMetricUserSettings
return Boolean

Property Details

m_oTopNByMetricUserSettings protected_oe property

protected List m_oTopNByMetricUserSettings
return List

m_oTopNByMetricUserSettingsClone protected_oe property

protected List m_oTopNByMetricUserSettingsClone
return List

m_oTopNByMetricUserSettingsListDialogUserSettings protected_oe property

protected TopNByMetricUserSettingsListDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oTopNByMetricUserSettingsListDialogUserSettings
return TopNByMetricUserSettingsListDialogUserSettings

m_oWorkbook protected_oe property

protected Microsoft.Office.Interop.Excel.Workbook m_oWorkbook
return Microsoft.Office.Interop.Excel.Workbook