BackupCardDeleteExtension - конструктор |
Пространство имён:
Tessa.Extensions.Platform.Server.Cards
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public BackupCardDeleteExtension(
ICardRepository extendedRepositoryWithoutTransaction,
ICardRepository defaultRepositoryWithoutTransaction,
ICardContentStrategy contentStrategy,
ICardStoreStrategy storeStrategy
)
Public Sub New (
extendedRepositoryWithoutTransaction As ICardRepository,
defaultRepositoryWithoutTransaction As ICardRepository,
contentStrategy As ICardContentStrategy,
storeStrategy As ICardStoreStrategy
)
public:
BackupCardDeleteExtension(
ICardRepository^ extendedRepositoryWithoutTransaction,
ICardRepository^ defaultRepositoryWithoutTransaction,
ICardContentStrategy^ contentStrategy,
ICardStoreStrategy^ storeStrategy
)
new :
extendedRepositoryWithoutTransaction : ICardRepository *
defaultRepositoryWithoutTransaction : ICardRepository *
contentStrategy : ICardContentStrategy *
storeStrategy : ICardStoreStrategy -> BackupCardDeleteExtension
Параметры
- extendedRepositoryWithoutTransaction
- Тип: Tessa.CardsICardRepository
- defaultRepositoryWithoutTransaction
- Тип: Tessa.CardsICardRepository
- contentStrategy
- Тип: Tessa.Cards.ComponentModelICardContentStrategy
- storeStrategy
- Тип: Tessa.Cards.ComponentModelICardStoreStrategy
См. также