C# 클래스 Smrf.NodeXL.ExcelTemplate.SelectSubgraphsDialog

파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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