Для изменения размера нажмите или перетащите

ContentProviderCreationStrategy - конструктор

Initializes a new instance of the ContentProviderCreationStrategy class. Инициализирует новый экземпляр класса Object.

Пространство имён:  Tessa.UI.Views.Workplaces
Сборка:  Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис
public ContentProviderCreationStrategy(
	[NotNullAttribute] Func<IContentProviderStorage> contentProviderStorageFactory,
	[NotNullAttribute] IViewService viewService,
	[NotNullAttribute] IWorkplaceService workplaceService,
	[NotNullAttribute] ISearchQueryService searchQueryService,
	[NotNullAttribute] IEnumerable<RequestParameter> extraParameters,
	[NotNullAttribute] ContentFactory contentFactory,
	[NotNullAttribute] ContentProviderFactory contentProviderFactory,
	[CanBeNullAttribute] string refSection = "",
	[CanBeNullAttribute] IDoubleClickAction doubleClickAction = null,
	[CanBeNullAttribute] SelectFromViewDelegate selectAction = null
)

Параметры

contentProviderStorageFactory
Тип: SystemFuncIContentProviderStorage
Фабрика возвращающая хранилище объектов содержимого
viewService
Тип: Tessa.ViewsIViewService
Сервис представлений
workplaceService
Тип: Tessa.Views.WorkplacesIWorkplaceService
Сервис рабочих мест
searchQueryService
Тип: Tessa.Views.SearchQueriesISearchQueryService
Сервис поисковых запросов
extraParameters
Тип: System.Collections.GenericIEnumerableRequestParameter
Список доп.параметров открытия рабочего места
contentFactory
Тип: Tessa.UI.Views.ContentContentFactory
Фабрика создания элемента отображения содержимого
contentProviderFactory
Тип: Tessa.UI.Views.ContentContentProviderFactory
Фабрика создания отображаемого содержимого
refSection (Optional)
Тип: SystemString
Ссылочная секция
doubleClickAction (Optional)
Тип: Tessa.UI.ViewsIDoubleClickAction
Действие на двойное нажатие
selectAction (Optional)
Тип: Tessa.UISelectFromViewDelegate
Действие выборки данных из представления
См. также