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

Инициализирует новый экземпляр класса ForumProviderStrategy

Definition

Пространство имён: Tessa.Forums
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
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
)

Параметры

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
 

См. также