ViewCardControlInitializationStrategy - конструктор
Пространство имён: Tessa.UI.Cards.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 IViewService
-
- createMenuContextFunc CreateMenuContextFunc
-
- contentItemsFactory IViewCardControlContentItemsFactory
-