ContentSwitchView - конструктор |
Пространство имён:
Tessa.Extensions.Default.Client.Views
Сборка:
Tessa.Extensions.Default.Client (в Tessa.Extensions.Default.Client.dll) Версия: 3.5.0.19
Синтаксис public ContentSwitchView(
IWorkplaceViewComponent model,
TableViewFactory tableViewFactory,
Func<IIconContainer> iconContainerFactory,
ContentViewMode contentViewMode = ContentViewMode.TableView,
IEnumerable<IPlaceArea> placeAreas = null,
int ordering = -2147482648
)
Public Sub New (
model As IWorkplaceViewComponent,
tableViewFactory As TableViewFactory,
iconContainerFactory As Func(Of IIconContainer),
Optional contentViewMode As ContentViewMode = ContentViewMode.TableView,
Optional placeAreas As IEnumerable(Of IPlaceArea) = Nothing,
Optional ordering As Integer = -2147482648
)
public:
ContentSwitchView(
IWorkplaceViewComponent^ model,
TableViewFactory^ tableViewFactory,
Func<IIconContainer^>^ iconContainerFactory,
ContentViewMode contentViewMode = ContentViewMode::TableView,
IEnumerable<IPlaceArea^>^ placeAreas = nullptr,
int ordering = -2147482648
)
new :
model : IWorkplaceViewComponent *
tableViewFactory : TableViewFactory *
iconContainerFactory : Func<IIconContainer> *
?contentViewMode : ContentViewMode *
?placeAreas : IEnumerable<IPlaceArea> *
?ordering : int
(* Defaults:
let _contentViewMode = defaultArg contentViewMode ContentViewMode.TableView
let _placeAreas = defaultArg placeAreas null
let _ordering = defaultArg ordering -2147482648
*)
-> ContentSwitchView
Параметры
- model
- Тип: Tessa.UI.ViewsIWorkplaceViewComponent
Модель представления рабочего места
- tableViewFactory
- Тип: Tessa.UI.Views.ContentTableViewFactory
- iconContainerFactory
- Тип: SystemFuncIIconContainer
Фабрика получения контейнера значков приложения
- contentViewMode (Optional)
- Тип: Tessa.Extensions.Default.Client.ViewsContentViewMode
Режим отображения контента
- placeAreas (Optional)
- Тип: System.Collections.GenericIEnumerableIPlaceArea
Области отображения данного представления
- ordering (Optional)
- Тип: SystemInt32
Порядок вывода
См. также