ForumProviderStrategy - конструктор |
Пространство имён:
Tessa.Forums
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public ForumProviderStrategy(
ISession session,
IDbScope dbScope,
ICardRepository cardRepository,
ICardTransactionStrategy transactionStrategy,
IForumSupportStrategy forumSupportStrategy
)
Public Sub New (
session As ISession,
dbScope As IDbScope,
cardRepository As ICardRepository,
transactionStrategy As ICardTransactionStrategy,
forumSupportStrategy As IForumSupportStrategy
)
public:
ForumProviderStrategy(
ISession^ session,
IDbScope^ dbScope,
ICardRepository^ cardRepository,
ICardTransactionStrategy^ transactionStrategy,
IForumSupportStrategy^ forumSupportStrategy
)
new :
session : ISession *
dbScope : IDbScope *
cardRepository : ICardRepository *
transactionStrategy : ICardTransactionStrategy *
forumSupportStrategy : IForumSupportStrategy -> ForumProviderStrategy
Параметры
- session
- Тип: Tessa.Platform.RuntimeISession
- dbScope
- Тип: Tessa.Platform.DataIDbScope
- cardRepository
- Тип: Tessa.CardsICardRepository
- transactionStrategy
- Тип: Tessa.Cards.ComponentModelICardTransactionStrategy
- forumSupportStrategy
- Тип: Tessa.ForumsIForumSupportStrategy
См. также