C# Class 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.
Inheritance: ColumnComboBox
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
TableColumnNameBasesToExclude String[]
TableColumnNamesToExclude String[]

Public Methods

Method Description
AssertValid ( ) : void
GetTableColumnNames ( Microsoft table ) : String[]
VertexColumnComboBox ( ) : System

Initializes a new instance of the VertexColumnComboBox class.

Protected Methods

Method Description
GetTableColumnNamesInternal ( Microsoft oTable ) : String[]

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

GetTableColumnNames() public static method

public static GetTableColumnNames ( Microsoft table ) : String[]
table Microsoft
return String[]

GetTableColumnNamesInternal() protected method

protected GetTableColumnNamesInternal ( Microsoft oTable ) : String[]
oTable Microsoft
return String[]

VertexColumnComboBox() public method

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

Property Details

TableColumnNameBasesToExclude protected_oe static_oe property

protected static String[] TableColumnNameBasesToExclude
return String[]

TableColumnNamesToExclude protected_oe static_oe property

protected static String[] TableColumnNamesToExclude
return String[]