C# Class Smrf.NodeXL.ExcelTemplate.EdgeColumnComboBox

Represents a ComboBox that lets the user select a column from the edge table.
Call ColumnComboBox.PopulateWithTableColumnNames to populate the ComboBox with the edge table column names.
Inheritance: ColumnComboBox
ファイルを表示 Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
TableColumnNamesToExclude String[]

Public Methods

Method Description
AssertValid ( ) : void
EdgeColumnComboBox ( ) : System

Initializes a new instance of the EdgeColumnComboBox class.

GetTableColumnNames ( Microsoft table ) : String[]

Protected Methods

Method Description
GetTableColumnNamesInternal ( Microsoft oTable ) : String[]

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

EdgeColumnComboBox() public method

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

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[]

Property Details

TableColumnNamesToExclude protected_oe static_oe property

protected static String[] TableColumnNamesToExclude
return String[]