C# 클래스 SIL.FieldWorks.TE.DummyDraftViewProxy

상속: SIL.FieldWorks.Common.Controls.SplitGridView.ViewProxy
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

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