C# Класс SIL.FieldWorks.TE.TeMainWnd.TePrintLayoutViewFactory

Factory for print layout views
Наследование: TeSelectableViewFactory
Показать файл Открыть проект

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

Метод Описание
Create ( SIL.FieldWorks.Common.UIAdapters.SBTabItemProperties tabItem ) : ISelectableView

Creates an ISelectableView

TePrintLayoutViewFactory ( string viewName, TeViewType viewType, string pubName, PrintLayoutCreatorDelegate creatorMethod ) : System

Initializes a new instance of the TePrintLayoutViewFactory class.

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

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

Creates an ISelectableView
public Create ( SIL.FieldWorks.Common.UIAdapters.SBTabItemProperties tabItem ) : ISelectableView
tabItem SIL.FieldWorks.Common.UIAdapters.SBTabItemProperties The tab item.
Результат ISelectableView

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

Initializes a new instance of the TePrintLayoutViewFactory class.
public TePrintLayoutViewFactory ( string viewName, TeViewType viewType, string pubName, PrintLayoutCreatorDelegate creatorMethod ) : System
viewName string Name of the view.
viewType TeViewType Type of the view.
pubName string Name of the publication.
creatorMethod PrintLayoutCreatorDelegate The creator method.
Результат System