CardWithoutTransactionStrategy - конструктор

Создаёт экземпляр класса с указанием области видимости объекта DbManager.

Definition

Пространство имён: Tessa.Cards.ComponentModel
Сборка: Tessa (в Tessa.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
public CardWithoutTransactionStrategy(
	IDbScope dbScope,
	ITransactionScope transactionScope,
	CardWithoutLockingStrategy cardWithoutLockingStrategy
)

Параметры

dbScope  IDbScope
Область видимости объекта DbManager.
transactionScope  ITransactionScope
Объект для управления областью выполнения транзакции.
cardWithoutLockingStrategy  CardWithoutLockingStrategy
Стратегия по блокировкам карточек. Рекомендуется указать значение типа CardWithoutLockingStrategy.

См. также