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
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Свойство Type Description
TableColumnNamesToExclude String[]

Méthodes publiques

Méthode Description
AssertValid ( ) : void
EdgeColumnComboBox ( ) : System

Initializes a new instance of the EdgeColumnComboBox class.

GetTableColumnNames ( Microsoft table ) : String[]

Méthodes protégées

Méthode Description
GetTableColumnNamesInternal ( Microsoft oTable ) : String[]

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

EdgeColumnComboBox() public méthode

Initializes a new instance of the EdgeColumnComboBox class.
public EdgeColumnComboBox ( ) : System
Résultat System

GetTableColumnNames() public static méthode

public static GetTableColumnNames ( Microsoft table ) : String[]
table Microsoft
Résultat String[]

GetTableColumnNamesInternal() protected méthode

protected GetTableColumnNamesInternal ( Microsoft oTable ) : String[]
oTable Microsoft
Résultat String[]

Property Details

TableColumnNamesToExclude protected_oe static_oe property

protected static String[] TableColumnNamesToExclude
Résultat String[]