ViewSelectionDialog - конструктор
Пространство имён: Tessa.UIСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 IWorkplaceService
-
- treeItemFactory ITreeItemFactory
-
- dialogService IDialogService
-
- cardDialogManager IAdvancedCardDialogManager
-
- creationContextFactory WorkplaceCreationContextFactory
-
- workplaceFilteringContextFactory WorkplaceFilteringContextFactory
-