C# 클래스 SIL.FieldWorks.TE.TeMainWnd.TeSelectableViewFactory

Factory that can create ISelectableViews in TE.
상속: ISelectableViewFactory
파일 보기 프로젝트 열기: sillsdev/FieldWorks

보호된 프로퍼티들

프로퍼티 타입 설명
m_viewName string
m_viewType TeViewType

공개 메소드들

메소드 설명
Create ( SIL.FieldWorks.Common.UIAdapters.SBTabItemProperties tabItem ) : ISelectableView

Creates an ISelectableView ///

TeSelectableViewFactory ( string viewName, TeViewType viewType, CreatorDelegate creatorMethod ) : System

Initializes a new instance of the TeSelectableViewFactory class.

메소드 상세

Create() 공개 메소드

Creates an ISelectableView ///
public Create ( SIL.FieldWorks.Common.UIAdapters.SBTabItemProperties tabItem ) : ISelectableView
tabItem SIL.FieldWorks.Common.UIAdapters.SBTabItemProperties The tab item.
리턴 ISelectableView

TeSelectableViewFactory() 공개 메소드

Initializes a new instance of the TeSelectableViewFactory class.
public TeSelectableViewFactory ( string viewName, TeViewType viewType, CreatorDelegate creatorMethod ) : System
viewName string Name of the view.
viewType TeViewType Type of the view.
creatorMethod CreatorDelegate The creator method.
리턴 System

프로퍼티 상세

m_viewName 보호되어 있는 프로퍼티

protected string m_viewName
리턴 string

m_viewType 보호되어 있는 프로퍼티

protected TeViewType m_viewType
리턴 TeViewType