SettingsUnitTransactionParameter - конструктор
Примечание: Данный API устарел.
Parameter for executing a settings unit transaction.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
[ObsoleteAttribute("Constructors of types with required members are not supported in this version of your compiler.",
true)]
public SettingsUnitTransactionParameter(
IDbScope dbScope,
IValidationResultBuilder validationResult,
CancellationToken cancellationToken = default
)
<ObsoleteAttribute("Constructors of types with required members are not supported in this version of your compiler.",
true)>
Public Sub New (
dbScope As IDbScope,
validationResult As IValidationResultBuilder,
Optional cancellationToken As CancellationToken = Nothing
)
public:
[ObsoleteAttribute(L"Constructors of types with required members are not supported in this version of your compiler.",
true)]
SettingsUnitTransactionParameter(
IDbScope^ dbScope,
IValidationResultBuilder^ validationResult,
CancellationToken cancellationToken = CancellationToken()
)
[<ObsoleteAttribute("Constructors of types with required members are not supported in this version of your compiler.",
true)>]
new :
dbScope : IDbScope *
validationResult : IValidationResultBuilder *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> SettingsUnitTransactionParameter
Параметры
- dbScope IDbScope
Объект для взаимодействия с базой данных.
Определяет область видимости объекта
DbManager.
- validationResult IValidationResultBuilder
Объект, выполняющий построение результата валидации.
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.