TestSender - конструктор
Пространство имён: Tessa.Extensions.Default.Chronos.NoticesСборка: Tessa.Extensions.Default.Chronos (в Tessa.Extensions.Default.Chronos.dll) Версия: 4.0.4
public TestSender(
ICardServerPermissionsProvider permissionsProvider,
IConfigurationInfoProvider configurationInfoProvider,
ICardContentStrategy contentStrategy,
ICardFileVersionStrategy versionStrategy,
ICardStreamClientRepository clientRepository,
ICardRepository extendedRepository,
IDbScope dbScope,
IOutboxManager outboxManager,
IFormattingSettingsCache formattingSettingsCache
)
Public Sub New (
permissionsProvider As ICardServerPermissionsProvider,
configurationInfoProvider As IConfigurationInfoProvider,
contentStrategy As ICardContentStrategy,
versionStrategy As ICardFileVersionStrategy,
clientRepository As ICardStreamClientRepository,
extendedRepository As ICardRepository,
dbScope As IDbScope,
outboxManager As IOutboxManager,
formattingSettingsCache As IFormattingSettingsCache
)
public:
TestSender(
ICardServerPermissionsProvider^ permissionsProvider,
IConfigurationInfoProvider^ configurationInfoProvider,
ICardContentStrategy^ contentStrategy,
ICardFileVersionStrategy^ versionStrategy,
ICardStreamClientRepository^ clientRepository,
ICardRepository^ extendedRepository,
IDbScope^ dbScope,
IOutboxManager^ outboxManager,
IFormattingSettingsCache^ formattingSettingsCache
)
new :
permissionsProvider : ICardServerPermissionsProvider *
configurationInfoProvider : IConfigurationInfoProvider *
contentStrategy : ICardContentStrategy *
versionStrategy : ICardFileVersionStrategy *
clientRepository : ICardStreamClientRepository *
extendedRepository : ICardRepository *
dbScope : IDbScope *
outboxManager : IOutboxManager *
formattingSettingsCache : IFormattingSettingsCache -> TestSender
Параметры
- permissionsProvider ICardServerPermissionsProvider
-
- configurationInfoProvider IConfigurationInfoProvider
-
- contentStrategy ICardContentStrategy
-
- versionStrategy ICardFileVersionStrategy
-
- clientRepository ICardStreamClientRepository
-
- extendedRepository ICardRepository
-
- dbScope IDbScope
-
- outboxManager IOutboxManager
-
- formattingSettingsCache IFormattingSettingsCache
-