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

This is a Control Adapter for any DataGridView control. It wraps the DataGridView control behind a standard interface. This allows Faces to interact with it as if it is a Habanero Control.
상속: WinFormsGridBaseAdapter, IWinFormsReadOnlyGridAdapter
파일 보기 프로젝트 열기: Chillisoft/habanero.binding

공개 메소드들

메소드 설명
CreateDataSetProvider ( IBusinessObjectCollection col ) : IDataSetProvider

Creates a dataset provider that is applicable to this grid. For example, a readonly grid would return a ReadOnlyDataSetProvider, while an editable grid would return an editable one.

WinFormsReadOnlyGridAdapter ( System.Windows.Forms.DataGridView gridView ) : System

메소드 상세

CreateDataSetProvider() 공개 메소드

Creates a dataset provider that is applicable to this grid. For example, a readonly grid would return a ReadOnlyDataSetProvider, while an editable grid would return an editable one.
public CreateDataSetProvider ( IBusinessObjectCollection col ) : IDataSetProvider
col IBusinessObjectCollection The collection to create the datasetprovider for
리턴 IDataSetProvider

WinFormsReadOnlyGridAdapter() 공개 메소드

public WinFormsReadOnlyGridAdapter ( System.Windows.Forms.DataGridView gridView ) : System
gridView System.Windows.Forms.DataGridView
리턴 System