ShowSubsetCommand - конструктор |
Пространство имён:
Tessa.UI.Views.MessagingServices.Commands
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public ShowSubsetCommand(
[NotNullAttribute] IWorkplaceViewModel workplace,
[NotNullAttribute] ISubsetsContainer treeItem,
[NotNullAttribute] IWorkplaceViewSubsetMetadata openedSubset
)
Public Sub New (
<NotNullAttribute> workplace As IWorkplaceViewModel,
<NotNullAttribute> treeItem As ISubsetsContainer,
<NotNullAttribute> openedSubset As IWorkplaceViewSubsetMetadata
)
public:
ShowSubsetCommand(
[NotNullAttribute] IWorkplaceViewModel^ workplace,
[NotNullAttribute] ISubsetsContainer^ treeItem,
[NotNullAttribute] IWorkplaceViewSubsetMetadata^ openedSubset
)
new :
[<NotNullAttribute>] workplace : IWorkplaceViewModel *
[<NotNullAttribute>] treeItem : ISubsetsContainer *
[<NotNullAttribute>] openedSubset : IWorkplaceViewSubsetMetadata -> ShowSubsetCommand
Параметры
- workplace
- Тип: Tessa.UI.ViewsIWorkplaceViewModel
Модель рабочего места
- treeItem
- Тип: Tessa.UI.Views.Workplaces.TreeISubsetsContainer
Узел дерева
- openedSubset
- Тип: Tessa.Views.WorkplacesIWorkplaceViewSubsetMetadata
Метаданные открываемого подмножества
См. также