CompletionOptionNewExtension - конструктор
Расширение на создание виртуальной карточки варианта завершения.
Пространство имён: Tessa.Extensions.Platform.Server.CardsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public CompletionOptionNewExtension(
[DependencyAttribute("DefaultWithoutTransactionAndLocking")] ICardRepository cardRepository,
[OptionalDependencyAttribute] ISchemeService? schemeService = null
)
Public Sub New (
<DependencyAttribute("DefaultWithoutTransactionAndLocking")> cardRepository As ICardRepository,
<OptionalDependencyAttribute> Optional schemeService As ISchemeService = Nothing
)
public:
CompletionOptionNewExtension(
[DependencyAttribute(L"DefaultWithoutTransactionAndLocking")] ICardRepository^ cardRepository,
[OptionalDependencyAttribute] ISchemeService^ schemeService = nullptr
)
new :
[<DependencyAttribute("DefaultWithoutTransactionAndLocking")>] cardRepository : ICardRepository *
[<OptionalDependencyAttribute>] ?schemeService : ISchemeService
(* Defaults:
let _schemeService = defaultArg schemeService null
*)
-> CompletionOptionNewExtension
Параметры
- cardRepository ICardRepository
-
- schemeService ISchemeService (Optional)
-