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