C# Class Smrf.NodeXL.ExcelTemplate.AddSelectedVerticesToGroupDialog

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

Protected Properties

Свойство Type Description
m_bIsNewGroup Boolean
m_oAddSelectedVerticesToGroupDialogUserSettings AddSelectedVerticesToGroupDialogUserSettings
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook
m_sGroupName String

Méthodes publiques

Méthode Description
AddSelectedVerticesToGroupDialog ( Microsoft workbook ) : System

Initializes a new instance of the class.

AssertValid ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : 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.

btnOK_Click ( object sender, System e ) : void

Method Details

AddSelectedVerticesToGroupDialog() public méthode

Initializes a new instance of the class.
public AddSelectedVerticesToGroupDialog ( Microsoft workbook ) : System
workbook Microsoft /// Workbook containing the graph data. ///
Résultat System

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

Property Details

m_bIsNewGroup protected_oe property

protected Boolean m_bIsNewGroup
Résultat Boolean

m_oAddSelectedVerticesToGroupDialogUserSettings protected_oe property

protected AddSelectedVerticesToGroupDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oAddSelectedVerticesToGroupDialogUserSettings
Résultat AddSelectedVerticesToGroupDialogUserSettings

m_oWorkbook protected_oe property

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

m_sGroupName protected_oe property

protected String m_sGroupName
Résultat String