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