CalendarStoreExtension - конструктор |
Пространство имён:
Tessa.Extensions.Default.Server.BusinessCalendar
Сборка:
Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 3.5.0.19
Синтаксис public CalendarStoreExtension(
IBusinessCalendarService businessCalendarService,
ICardGetStrategy getStrategy,
ICardTransactionStrategy transactionStrategy,
IDbScope dbScope
)
Public Sub New (
businessCalendarService As IBusinessCalendarService,
getStrategy As ICardGetStrategy,
transactionStrategy As ICardTransactionStrategy,
dbScope As IDbScope
)
public:
CalendarStoreExtension(
IBusinessCalendarService^ businessCalendarService,
ICardGetStrategy^ getStrategy,
ICardTransactionStrategy^ transactionStrategy,
IDbScope^ dbScope
)
new :
businessCalendarService : IBusinessCalendarService *
getStrategy : ICardGetStrategy *
transactionStrategy : ICardTransactionStrategy *
dbScope : IDbScope -> CalendarStoreExtension
Параметры
- businessCalendarService
- Тип: Tessa.BusinessCalendarIBusinessCalendarService
- getStrategy
- Тип: Tessa.Cards.ComponentModelICardGetStrategy
- transactionStrategy
- Тип: Tessa.Cards.ComponentModelICardTransactionStrategy
- dbScope
- Тип: Tessa.Platform.DataIDbScope
См. также