Пространство имён:
Tessa.Extensions.Default.Chronos.Notices
Сборка:
Tessa.Extensions.Default.Chronos (в Tessa.Extensions.Default.Chronos.dll) Версия: 3.5.0.19
Синтаксис public SmtpSender(
ICardServerPermissionsProvider permissionsProvider,
ICardContentStrategy contentStrategy,
ICardStreamClientRepository clientRepository,
ICardRepository extendedRepository,
IDbScope dbScope,
IOutboxManager outboxManager
)
Public Sub New (
permissionsProvider As ICardServerPermissionsProvider,
contentStrategy As ICardContentStrategy,
clientRepository As ICardStreamClientRepository,
extendedRepository As ICardRepository,
dbScope As IDbScope,
outboxManager As IOutboxManager
)
public:
SmtpSender(
ICardServerPermissionsProvider^ permissionsProvider,
ICardContentStrategy^ contentStrategy,
ICardStreamClientRepository^ clientRepository,
ICardRepository^ extendedRepository,
IDbScope^ dbScope,
IOutboxManager^ outboxManager
)
new :
permissionsProvider : ICardServerPermissionsProvider *
contentStrategy : ICardContentStrategy *
clientRepository : ICardStreamClientRepository *
extendedRepository : ICardRepository *
dbScope : IDbScope *
outboxManager : IOutboxManager -> SmtpSender
Параметры
- permissionsProvider
- Тип: Tessa.CardsICardServerPermissionsProvider
- contentStrategy
- Тип: Tessa.Cards.ComponentModelICardContentStrategy
- clientRepository
- Тип: Tessa.CardsICardStreamClientRepository
- extendedRepository
- Тип: Tessa.CardsICardRepository
- dbScope
- Тип: Tessa.Platform.DataIDbScope
- outboxManager
- Тип: Tessa.Extensions.Default.Chronos.NoticesIOutboxManager
См. также