CustomNavigationView - конструктор |
Пространство имён:
Tessa.Extensions.Default.Client.Views
Сборка:
Tessa.Extensions.Default.Client (в Tessa.Extensions.Default.Client.dll) Версия: 3.5.0.19
Синтаксис public CustomNavigationView(
[NotNullAttribute] IWorkplaceViewComponent component,
[NotNullAttribute] FilterViewModelFactory filterFactory
)
Public Sub New (
<NotNullAttribute> component As IWorkplaceViewComponent,
<NotNullAttribute> filterFactory As FilterViewModelFactory
)
public:
CustomNavigationView(
[NotNullAttribute] IWorkplaceViewComponent^ component,
[NotNullAttribute] FilterViewModelFactory^ filterFactory
)
new :
[<NotNullAttribute>] component : IWorkplaceViewComponent *
[<NotNullAttribute>] filterFactory : FilterViewModelFactory -> CustomNavigationView
Параметры
- component
- Тип: Tessa.UI.ViewsIWorkplaceViewComponent
Обрабатываемый компонент
- filterFactory
- Тип: Tessa.UI.ViewsFilterViewModelFactory
Фабрика создания элементов фильтрации
См. также