BusinessCalendarService - конструктор
Интерфейс API бизнес календаря.
Пространство имён: Tessa.BusinessCalendarСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public BusinessCalendarService(
IOperationLockingStrategy operationLockingStrategy,
ICalendarCalcMethodCompilationCache calcMethodCompilationCache,
ICalendarProcessor calendarProcessor,
ICalendarIntervalsProcessor calendarIntervalsProcessor,
ICardMetadata cardMetadata,
ICardCache cardCache,
ICardGetStrategy getStrategy,
ICardTransactionStrategy transactionStrategy,
IDbScope dbScope,
IBackgroundServiceQueue backgroundServiceQueue,
ISession session,
IErrorManager errorManager
)
Public Sub New (
operationLockingStrategy As IOperationLockingStrategy,
calcMethodCompilationCache As ICalendarCalcMethodCompilationCache,
calendarProcessor As ICalendarProcessor,
calendarIntervalsProcessor As ICalendarIntervalsProcessor,
cardMetadata As ICardMetadata,
cardCache As ICardCache,
getStrategy As ICardGetStrategy,
transactionStrategy As ICardTransactionStrategy,
dbScope As IDbScope,
backgroundServiceQueue As IBackgroundServiceQueue,
session As ISession,
errorManager As IErrorManager
)
public:
BusinessCalendarService(
IOperationLockingStrategy^ operationLockingStrategy,
ICalendarCalcMethodCompilationCache^ calcMethodCompilationCache,
ICalendarProcessor^ calendarProcessor,
ICalendarIntervalsProcessor^ calendarIntervalsProcessor,
ICardMetadata^ cardMetadata,
ICardCache^ cardCache,
ICardGetStrategy^ getStrategy,
ICardTransactionStrategy^ transactionStrategy,
IDbScope^ dbScope,
IBackgroundServiceQueue^ backgroundServiceQueue,
ISession^ session,
IErrorManager^ errorManager
)
new :
operationLockingStrategy : IOperationLockingStrategy *
calcMethodCompilationCache : ICalendarCalcMethodCompilationCache *
calendarProcessor : ICalendarProcessor *
calendarIntervalsProcessor : ICalendarIntervalsProcessor *
cardMetadata : ICardMetadata *
cardCache : ICardCache *
getStrategy : ICardGetStrategy *
transactionStrategy : ICardTransactionStrategy *
dbScope : IDbScope *
backgroundServiceQueue : IBackgroundServiceQueue *
session : ISession *
errorManager : IErrorManager -> BusinessCalendarService
Параметры
- operationLockingStrategy IOperationLockingStrategy
-
- calcMethodCompilationCache ICalendarCalcMethodCompilationCache
-
- calendarProcessor ICalendarProcessor
-
- calendarIntervalsProcessor ICalendarIntervalsProcessor
-
- cardMetadata ICardMetadata
-
- cardCache ICardCache
-
- getStrategy ICardGetStrategy
-
- transactionStrategy ICardTransactionStrategy
-
- dbScope IDbScope
-
- backgroundServiceQueue IBackgroundServiceQueue
-
- session ISession
-
- errorManager IErrorManager
-