C# Класс Smrf.NodeXL.ExcelTemplate.SelectSubgraphsDialog

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_aoInitiallySelectedVertices IVertex[]
m_oClickedVertex IVertex
m_oNodeXLControl NodeXLControl
m_oSelectSubgraphsDialogUserSettings SelectSubgraphsDialogUserSettings

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
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

Описание методов

AssertValid() публичный Метод

public AssertValid ( ) : void
Результат void

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

DoDataExchange() защищенный Метод

protected DoDataExchange ( Boolean bFromControls ) : Boolean
bFromControls Boolean
Результат Boolean

SelectSubgraphs() защищенный Метод

protected SelectSubgraphs ( NodeXLControl oNodeXLControl, IVertex oClickedVertex, Boolean bUseAllSelectedVertices, Decimal decLevels, Boolean bSelectConnectingEdges ) : void
oNodeXLControl NodeXLControl
oClickedVertex IVertex
bUseAllSelectedVertices Boolean
decLevels Decimal
bSelectConnectingEdges Boolean
Результат void

SelectSubgraphsDialog() публичный Метод

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
Результат System

SelectSubgraphsDialog() публичный Метод

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. ///
Результат System

Описание свойств

m_aoInitiallySelectedVertices защищенное свойство

protected IVertex[] m_aoInitiallySelectedVertices
Результат IVertex[]

m_oClickedVertex защищенное свойство

protected IVertex m_oClickedVertex
Результат IVertex

m_oNodeXLControl защищенное свойство

protected NodeXLControl m_oNodeXLControl
Результат NodeXLControl

m_oSelectSubgraphsDialogUserSettings защищенное свойство

protected SelectSubgraphsDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oSelectSubgraphsDialogUserSettings
Результат SelectSubgraphsDialogUserSettings