ViewCardControlInitializationStrategy - конструктор |
Пространство имён:
Tessa.UI.Cards.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксисpublic ViewCardControlInitializationStrategy(
[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:
ViewCardControlInitializationStrategy(
[NotNullAttribute] IViewService^ viewService,
[NotNullAttribute] CreateMenuContextFunc^ createMenuContextFunc,
[NotNullAttribute] IViewCardControlContentItemsFactory^ contentItemsFactory
)
new :
[<NotNullAttribute>] viewService : IViewService *
[<NotNullAttribute>] createMenuContextFunc : CreateMenuContextFunc *
[<NotNullAttribute>] contentItemsFactory : IViewCardControlContentItemsFactory -> ViewCardControlInitializationStrategyПараметры
- viewService
- Тип: Tessa.ViewsIViewService
- createMenuContextFunc
- Тип: Tessa.UI.MenuCreateMenuContextFunc
- contentItemsFactory
- Тип: Tessa.UI.Cards.ControlsIViewCardControlContentItemsFactory
См. также