C# Class Habanero.ProgrammaticBinding.ControlAdaptors.WinFormsBOComboBoxSelectorAdapter

Inheritance: WinFormsComboBoxAdapter, IBOComboBoxSelector
Afficher le fichier Open project: Chillisoft/habanero.binding

Méthodes publiques

Méthode Description
Clear ( ) : void

Clears the business object collection and the rows in the data table

GetBusinessObjectAtRow ( int row ) : IBusinessObject

Returns the business object at the specified row number

WinFormsBOComboBoxSelectorAdapter ( ComboBox control ) : System

Private Methods

Méthode Description
FireBusinessObjectSelected ( ) : void

Method Details

Clear() public méthode

Clears the business object collection and the rows in the data table
public Clear ( ) : void
Résultat void

GetBusinessObjectAtRow() public méthode

Returns the business object at the specified row number
public GetBusinessObjectAtRow ( int row ) : IBusinessObject
row int The row number in question
Résultat IBusinessObject

WinFormsBOComboBoxSelectorAdapter() public méthode

public WinFormsBOComboBoxSelectorAdapter ( ComboBox control ) : System
control System.Windows.Forms.ComboBox
Résultat System