C# Класс SIL.FieldWorks.TE.DummyDraftViewProxy

Наследование: SIL.FieldWorks.Common.Controls.SplitGridView.ViewProxy
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

CreateView() публичный метод

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)
Результат System.Windows.Forms.Control

DummyDraftViewProxy() публичный метод

Initializes a new instance of the DummyDraftViewProxy class.
public DummyDraftViewProxy ( SIL.FieldWorks.FDO.FdoCache cache ) : System
cache SIL.FieldWorks.FDO.FdoCache The cache.
Результат System