ForumProviderStrategy - конструктор
Пространство имён: Tessa.ForumsСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public ForumProviderStrategy(
ISession session,
IDbScope dbScope,
ICardRepository cardRepository,
ICardTransactionStrategy transactionStrategy,
IForumSupportStrategy forumSupportStrategy,
IPlainMessageFiller plainMessageFiller,
ISearchQueryFormatter searchQueryFormatter,
IForumServerSettings forumServerSettings,
IForumPermissionsProvider forumPermissionsProvider,
IHtmlCharactersCounter htmlCharactersCounter,
ICardContextRoleCache contextRoleCache,
IContextRoleManager contextRoleManager,
[DependencyAttribute("MessageHtmlSanitizer")] IHtmlSanitizer htmlSanitizer,
[OptionalDependencyAttribute] IForumUserNamingStrategy forumUserNamingStrategy,
ITopicNotificationService topicNotificationService,
ITopicParticipantsProvider topicParticipantsProvider
)
Public Sub New (
session As ISession,
dbScope As IDbScope,
cardRepository As ICardRepository,
transactionStrategy As ICardTransactionStrategy,
forumSupportStrategy As IForumSupportStrategy,
plainMessageFiller As IPlainMessageFiller,
searchQueryFormatter As ISearchQueryFormatter,
forumServerSettings As IForumServerSettings,
forumPermissionsProvider As IForumPermissionsProvider,
htmlCharactersCounter As IHtmlCharactersCounter,
contextRoleCache As ICardContextRoleCache,
contextRoleManager As IContextRoleManager,
<DependencyAttribute("MessageHtmlSanitizer")> htmlSanitizer As IHtmlSanitizer,
<OptionalDependencyAttribute> forumUserNamingStrategy As IForumUserNamingStrategy,
topicNotificationService As ITopicNotificationService,
topicParticipantsProvider As ITopicParticipantsProvider
)
public:
ForumProviderStrategy(
ISession^ session,
IDbScope^ dbScope,
ICardRepository^ cardRepository,
ICardTransactionStrategy^ transactionStrategy,
IForumSupportStrategy^ forumSupportStrategy,
IPlainMessageFiller^ plainMessageFiller,
ISearchQueryFormatter^ searchQueryFormatter,
IForumServerSettings^ forumServerSettings,
IForumPermissionsProvider^ forumPermissionsProvider,
IHtmlCharactersCounter^ htmlCharactersCounter,
ICardContextRoleCache^ contextRoleCache,
IContextRoleManager^ contextRoleManager,
[DependencyAttribute(L"MessageHtmlSanitizer")] IHtmlSanitizer^ htmlSanitizer,
[OptionalDependencyAttribute] IForumUserNamingStrategy^ forumUserNamingStrategy,
ITopicNotificationService^ topicNotificationService,
ITopicParticipantsProvider^ topicParticipantsProvider
)
new :
session : ISession *
dbScope : IDbScope *
cardRepository : ICardRepository *
transactionStrategy : ICardTransactionStrategy *
forumSupportStrategy : IForumSupportStrategy *
plainMessageFiller : IPlainMessageFiller *
searchQueryFormatter : ISearchQueryFormatter *
forumServerSettings : IForumServerSettings *
forumPermissionsProvider : IForumPermissionsProvider *
htmlCharactersCounter : IHtmlCharactersCounter *
contextRoleCache : ICardContextRoleCache *
contextRoleManager : IContextRoleManager *
[<DependencyAttribute("MessageHtmlSanitizer")>] htmlSanitizer : IHtmlSanitizer *
[<OptionalDependencyAttribute>] forumUserNamingStrategy : IForumUserNamingStrategy *
topicNotificationService : ITopicNotificationService *
topicParticipantsProvider : ITopicParticipantsProvider -> ForumProviderStrategy
Параметры
- session ISession
-
- dbScope IDbScope
-
- cardRepository ICardRepository
-
- transactionStrategy ICardTransactionStrategy
-
- forumSupportStrategy IForumSupportStrategy
-
- plainMessageFiller IPlainMessageFiller
-
- searchQueryFormatter ISearchQueryFormatter
-
- forumServerSettings IForumServerSettings
-
- forumPermissionsProvider IForumPermissionsProvider
-
- htmlCharactersCounter IHtmlCharactersCounter
-
- contextRoleCache ICardContextRoleCache
-
- contextRoleManager IContextRoleManager
-
- htmlSanitizer IHtmlSanitizer
-
- forumUserNamingStrategy IForumUserNamingStrategy
-
- topicNotificationService ITopicNotificationService
-
- topicParticipantsProvider ITopicParticipantsProvider
-