FilesViewCardControlInitializationStrategy - конструктор |
Пространство имён:
Tessa.Extensions.Default.Client.UI.CardFiles
Сборка:
Tessa.Extensions.Default.Client (в Tessa.Extensions.Default.Client.dll) Версия: 3.5.0.19
Синтаксис public FilesViewCardControlInitializationStrategy(
[NotNullAttribute] IViewService viewService,
[NotNullAttribute] CreateMenuContextFunc createMenuContextFunc,
[NotNullAttribute] IViewCardControlContentItemsFactory contentItemsFactory
)
Public Sub New (
<NotNullAttribute> viewService As IViewService,
<NotNullAttribute> createMenuContextFunc As CreateMenuContextFunc,
<NotNullAttribute> contentItemsFactory As IViewCardControlContentItemsFactory
)
public:
FilesViewCardControlInitializationStrategy(
[NotNullAttribute] IViewService^ viewService,
[NotNullAttribute] CreateMenuContextFunc^ createMenuContextFunc,
[NotNullAttribute] IViewCardControlContentItemsFactory^ contentItemsFactory
)
new :
[<NotNullAttribute>] viewService : IViewService *
[<NotNullAttribute>] createMenuContextFunc : CreateMenuContextFunc *
[<NotNullAttribute>] contentItemsFactory : IViewCardControlContentItemsFactory -> FilesViewCardControlInitializationStrategy
Параметры
- viewService
- Тип: Tessa.ViewsIViewService
- createMenuContextFunc
- Тип: Tessa.UI.MenuCreateMenuContextFunc
- contentItemsFactory
- Тип: Tessa.UI.Cards.ControlsIViewCardControlContentItemsFactory
См. также