ViewSelectionDialog - конструктор |
Пространство имён:
Tessa.UI
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public ViewSelectionDialog(
[NotNullAttribute] IWorkplaceService workplaceService,
[NotNullAttribute] ITreeItemFactory treeItemFactory,
[NotNullAttribute] IDialogService dialogService,
[NotNullAttribute] IAdvancedCardDialogManager cardDialogManager,
[NotNullAttribute] WorkplaceCreationContextFactory creationContextFactory,
[NotNullAttribute] WorkplaceFilteringContextFactory workplaceFilteringContextFactory
)
Public Sub New (
<NotNullAttribute> workplaceService As IWorkplaceService,
<NotNullAttribute> treeItemFactory As ITreeItemFactory,
<NotNullAttribute> dialogService As IDialogService,
<NotNullAttribute> cardDialogManager As IAdvancedCardDialogManager,
<NotNullAttribute> creationContextFactory As WorkplaceCreationContextFactory,
<NotNullAttribute> workplaceFilteringContextFactory As WorkplaceFilteringContextFactory
)
public:
ViewSelectionDialog(
[NotNullAttribute] IWorkplaceService^ workplaceService,
[NotNullAttribute] ITreeItemFactory^ treeItemFactory,
[NotNullAttribute] IDialogService^ dialogService,
[NotNullAttribute] IAdvancedCardDialogManager^ cardDialogManager,
[NotNullAttribute] WorkplaceCreationContextFactory^ creationContextFactory,
[NotNullAttribute] WorkplaceFilteringContextFactory^ workplaceFilteringContextFactory
)
new :
[<NotNullAttribute>] workplaceService : IWorkplaceService *
[<NotNullAttribute>] treeItemFactory : ITreeItemFactory *
[<NotNullAttribute>] dialogService : IDialogService *
[<NotNullAttribute>] cardDialogManager : IAdvancedCardDialogManager *
[<NotNullAttribute>] creationContextFactory : WorkplaceCreationContextFactory *
[<NotNullAttribute>] workplaceFilteringContextFactory : WorkplaceFilteringContextFactory -> ViewSelectionDialog
Параметры
- workplaceService
- Тип: Tessa.Views.WorkplacesIWorkplaceService
- treeItemFactory
- Тип: Tessa.UI.Views.Workplaces.TreeITreeItemFactory
- dialogService
- Тип: Tessa.UI.ControlsIDialogService
- cardDialogManager
- Тип: Tessa.UI.CardsIAdvancedCardDialogManager
- creationContextFactory
- Тип: Tessa.UI.ViewsWorkplaceCreationContextFactory
- workplaceFilteringContextFactory
- Тип: Tessa.Views.WorkplacesWorkplaceFilteringContextFactory
См. также