C# Class Habanero.ProgrammaticBinding.ControlAdaptors.WinFormsBOComboBoxSelectorAdapter

Inheritance: WinFormsComboBoxAdapter, IBOComboBoxSelector
Mostra file Open project: Chillisoft/habanero.binding

Public Methods

Method 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

Method Description
FireBusinessObjectSelected ( ) : void

Method Details

Clear() public method

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

GetBusinessObjectAtRow() public method

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

WinFormsBOComboBoxSelectorAdapter() public method

public WinFormsBOComboBoxSelectorAdapter ( ComboBox control ) : System
control System.Windows.Forms.ComboBox
return System