C# Class Smrf.NodeXL.ExcelTemplate.SelectSubgraphsDialog

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

Protected Properties

Property Type Description
m_aoInitiallySelectedVertices IVertex[]
m_oClickedVertex IVertex
m_oNodeXLControl NodeXLControl
m_oSelectSubgraphsDialogUserSettings SelectSubgraphsDialogUserSettings

Public Methods

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

Protected Methods

Method 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

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

SelectSubgraphs() protected method

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

SelectSubgraphsDialog() public method

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

SelectSubgraphsDialog() public method

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

Property Details

m_aoInitiallySelectedVertices protected_oe property

protected IVertex[] m_aoInitiallySelectedVertices
return IVertex[]

m_oClickedVertex protected_oe property

protected IVertex m_oClickedVertex
return IVertex

m_oNodeXLControl protected_oe property

protected NodeXLControl m_oNodeXLControl
return NodeXLControl

m_oSelectSubgraphsDialogUserSettings protected_oe property

protected SelectSubgraphsDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oSelectSubgraphsDialogUserSettings
return SelectSubgraphsDialogUserSettings