C# 클래스 Habanero.ProgrammaticBinding.ControlAdaptors.WinFormsBOComboBoxSelectorAdapter

상속: WinFormsComboBoxAdapter, IBOComboBoxSelector
파일 보기 프로젝트 열기: Chillisoft/habanero.binding

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
FireBusinessObjectSelected ( ) : void

메소드 상세

Clear() 공개 메소드

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

GetBusinessObjectAtRow() 공개 메소드

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

WinFormsBOComboBoxSelectorAdapter() 공개 메소드

public WinFormsBOComboBoxSelectorAdapter ( ComboBox control ) : System
control System.Windows.Forms.ComboBox
리턴 System