BusinessCalendarService - конструктор

Инициализирует новый экземпляр класса BusinessCalendarService

Definition

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

Параметры

operationLockingStrategy  IOperationLockingStrategy
 
calcMethodCompilationCache  ICalendarCalcMethodCompilationCache
 
calendarProcessor  ICalendarProcessor
 
calendarIntervalsProcessor  ICalendarIntervalsProcessor
 
cardMetadata  ICardMetadata
 
cardCache  ICardCache
 
getStrategy  ICardGetStrategy
 
transactionStrategy  ICardTransactionStrategy
 
dbScope  IDbScope
 
backgroundServiceQueue  IBackgroundServiceQueue
 
session  ISession
 
errorManager  IErrorManager
 

См. также