C# Class SIL.FieldWorks.TE.DummyDraftViewProxy

Inheritance: SIL.FieldWorks.Common.Controls.SplitGridView.ViewProxy
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
CreateView ( Control host ) : Control

Method to create the view when needed

DummyDraftViewProxy ( SIL.FieldWorks.FDO.FdoCache cache ) : System

Initializes a new instance of the DummyDraftViewProxy class.

Method Details

CreateView() public method

Method to create the view when needed
public CreateView ( Control host ) : Control
host System.Windows.Forms.Control The control that will host (or "wrap") the view (can be null)
return System.Windows.Forms.Control

DummyDraftViewProxy() public method

Initializes a new instance of the DummyDraftViewProxy class.
public DummyDraftViewProxy ( SIL.FieldWorks.FDO.FdoCache cache ) : System
cache SIL.FieldWorks.FDO.FdoCache The cache.
return System