WorkplaceViewComponentInitializationStrategy - конструктор |
Пространство имён:
Tessa.UI.Views
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public WorkplaceViewComponentInitializationStrategy(
[NotNullAttribute] IViewPagingParameters pagingParameters,
[NotNullAttribute] Func<IWorkplaceViewComponent, Style> defaultStyleFunc,
[NotNullAttribute] TableViewFactory tableViewFactory,
[NotNullAttribute] RefreshContentFactory refreshContentFactory,
[NotNullAttribute] ViewPagingContentItemFactory viewPagingContentItemFactory,
[NotNullAttribute] SelectViewRowsContentFactory selectContentFactory
)
Public Sub New (
<NotNullAttribute> pagingParameters As IViewPagingParameters,
<NotNullAttribute> defaultStyleFunc As Func(Of IWorkplaceViewComponent, Style),
<NotNullAttribute> tableViewFactory As TableViewFactory,
<NotNullAttribute> refreshContentFactory As RefreshContentFactory,
<NotNullAttribute> viewPagingContentItemFactory As ViewPagingContentItemFactory,
<NotNullAttribute> selectContentFactory As SelectViewRowsContentFactory
)
public:
WorkplaceViewComponentInitializationStrategy(
[NotNullAttribute] IViewPagingParameters^ pagingParameters,
[NotNullAttribute] Func<IWorkplaceViewComponent^, Style^>^ defaultStyleFunc,
[NotNullAttribute] TableViewFactory^ tableViewFactory,
[NotNullAttribute] RefreshContentFactory^ refreshContentFactory,
[NotNullAttribute] ViewPagingContentItemFactory^ viewPagingContentItemFactory,
[NotNullAttribute] SelectViewRowsContentFactory^ selectContentFactory
)
new :
[<NotNullAttribute>] pagingParameters : IViewPagingParameters *
[<NotNullAttribute>] defaultStyleFunc : Func<IWorkplaceViewComponent, Style> *
[<NotNullAttribute>] tableViewFactory : TableViewFactory *
[<NotNullAttribute>] refreshContentFactory : RefreshContentFactory *
[<NotNullAttribute>] viewPagingContentItemFactory : ViewPagingContentItemFactory *
[<NotNullAttribute>] selectContentFactory : SelectViewRowsContentFactory -> WorkplaceViewComponentInitializationStrategy
Параметры
- pagingParameters
- Тип: Tessa.ViewsIViewPagingParameters
- defaultStyleFunc
- Тип: SystemFuncIWorkplaceViewComponent, Style
- tableViewFactory
- Тип: Tessa.UI.Views.ContentTableViewFactory
- refreshContentFactory
- Тип: Tessa.UI.Views.ContentRefreshContentFactory
- viewPagingContentItemFactory
- Тип: Tessa.UI.Views.ContentViewPagingContentItemFactory
- selectContentFactory
- Тип: Tessa.UI.Views.ContentSelectViewRowsContentFactory
См. также