CardNewComponent - конструктор
Создаёт экземпляр класса с указанием стратегии, используемой для создания карточки.
Пространство имён: Tessa.Cards.ComponentModelСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public CardNewComponent(
ICardNewStrategy newStrategy,
[OptionalDependencyAttribute("CardNewComponent")] ActivitySource? activitySource = null
)
Public Sub New (
newStrategy As ICardNewStrategy,
<OptionalDependencyAttribute("CardNewComponent")> Optional activitySource As ActivitySource = Nothing
)
public:
CardNewComponent(
ICardNewStrategy^ newStrategy,
[OptionalDependencyAttribute(L"CardNewComponent")] ActivitySource^ activitySource = nullptr
)
new :
newStrategy : ICardNewStrategy *
[<OptionalDependencyAttribute("CardNewComponent")>] ?activitySource : ActivitySource
(* Defaults:
let _activitySource = defaultArg activitySource null
*)
-> CardNewComponent
Параметры
- newStrategy ICardNewStrategy
- Стратегия создания карточки.
- activitySource ActivitySource (Optional)
- API для трассировки.