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

Represents a ComboBox that lets the user select a column from the vertex table.
Call ColumnComboBox.PopulateWithTableColumnNames to populate the ComboBox with the vertex table column names.
상속: ColumnComboBox
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
TableColumnNameBasesToExclude String[]
TableColumnNamesToExclude String[]

공개 메소드들

메소드 설명
AssertValid ( ) : void
GetTableColumnNames ( Microsoft table ) : String[]
VertexColumnComboBox ( ) : System

Initializes a new instance of the VertexColumnComboBox class.

보호된 메소드들

메소드 설명
GetTableColumnNamesInternal ( Microsoft oTable ) : String[]

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

GetTableColumnNames() 공개 정적인 메소드

public static GetTableColumnNames ( Microsoft table ) : String[]
table Microsoft
리턴 String[]

GetTableColumnNamesInternal() 보호된 메소드

protected GetTableColumnNamesInternal ( Microsoft oTable ) : String[]
oTable Microsoft
리턴 String[]

VertexColumnComboBox() 공개 메소드

Initializes a new instance of the VertexColumnComboBox class.
public VertexColumnComboBox ( ) : System
리턴 System

프로퍼티 상세

TableColumnNameBasesToExclude 보호되어 있는 정적으로 프로퍼티

protected static String[] TableColumnNameBasesToExclude
리턴 String[]

TableColumnNamesToExclude 보호되어 있는 정적으로 프로퍼티

protected static String[] TableColumnNamesToExclude
리턴 String[]