C# Class Smrf.NodeXL.ExcelTemplate.SelectSubgraphsDialog

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

Protected Properties

Свойство Type Description
m_aoInitiallySelectedVertices IVertex[]
m_oClickedVertex IVertex
m_oNodeXLControl NodeXLControl
m_oSelectSubgraphsDialogUserSettings SelectSubgraphsDialogUserSettings

Méthodes publiques

Méthode Description
AssertValid ( ) : void
SelectSubgraphsDialog ( ) : System

Initializes a new instance of the SelectSubgraphsDialog class for the Visual Studio designer.

Do not use this constructor. It is for use by the Visual Studio designer only.

SelectSubgraphsDialog ( NodeXLControl nodeXLControl, IVertex clickedVertex ) : System

Initializes a new instance of the SelectSubgraphsDialog class with a NodeXLControl.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : Boolean
SelectSubgraphs ( NodeXLControl oNodeXLControl, IVertex oClickedVertex, Boolean bUseAllSelectedVertices, Decimal decLevels, Boolean bSelectConnectingEdges ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

btnSelect_Click ( 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

SelectSubgraphs() protected méthode

protected SelectSubgraphs ( NodeXLControl oNodeXLControl, IVertex oClickedVertex, Boolean bUseAllSelectedVertices, Decimal decLevels, Boolean bSelectConnectingEdges ) : void
oNodeXLControl NodeXLControl
oClickedVertex IVertex
bUseAllSelectedVertices Boolean
decLevels Decimal
bSelectConnectingEdges Boolean
Résultat void

SelectSubgraphsDialog() public méthode

Initializes a new instance of the SelectSubgraphsDialog class for the Visual Studio designer.
Do not use this constructor. It is for use by the Visual Studio designer only.
public SelectSubgraphsDialog ( ) : System
Résultat System

SelectSubgraphsDialog() public méthode

Initializes a new instance of the SelectSubgraphsDialog class with a NodeXLControl.
public SelectSubgraphsDialog ( NodeXLControl nodeXLControl, IVertex clickedVertex ) : System
nodeXLControl NodeXLControl /// The NodeXLControl whose subgraphs should be selected. ///
clickedVertex IVertex /// Vertex that was clicked in the graph, or null if no vertex was clicked. ///
Résultat System

Property Details

m_aoInitiallySelectedVertices protected_oe property

protected IVertex[] m_aoInitiallySelectedVertices
Résultat IVertex[]

m_oClickedVertex protected_oe property

protected IVertex m_oClickedVertex
Résultat IVertex

m_oNodeXLControl protected_oe property

protected NodeXLControl m_oNodeXLControl
Résultat NodeXLControl

m_oSelectSubgraphsDialogUserSettings protected_oe property

protected SelectSubgraphsDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oSelectSubgraphsDialogUserSettings
Résultat SelectSubgraphsDialogUserSettings