CalendarUIExtension - конструктор
Пространство имён: Tessa.Extensions.Default.Client.UIСборка: Tessa.Extensions.Default.Client (в Tessa.Extensions.Default.Client.dll) Версия: 4.0.4
public CalendarUIExtension(
IBusinessCalendarService businessCalendarService,
IOperationRepository operationRepository,
INotificationUIManager notificationUIManager,
IAdvancedCardDialogManager dialogManager,
ICardRepository cardRepository
)
Public Sub New (
businessCalendarService As IBusinessCalendarService,
operationRepository As IOperationRepository,
notificationUIManager As INotificationUIManager,
dialogManager As IAdvancedCardDialogManager,
cardRepository As ICardRepository
)
public:
CalendarUIExtension(
IBusinessCalendarService^ businessCalendarService,
IOperationRepository^ operationRepository,
INotificationUIManager^ notificationUIManager,
IAdvancedCardDialogManager^ dialogManager,
ICardRepository^ cardRepository
)
new :
businessCalendarService : IBusinessCalendarService *
operationRepository : IOperationRepository *
notificationUIManager : INotificationUIManager *
dialogManager : IAdvancedCardDialogManager *
cardRepository : ICardRepository -> CalendarUIExtension
Параметры
- businessCalendarService IBusinessCalendarService
-
- operationRepository IOperationRepository
-
- notificationUIManager INotificationUIManager
-
- dialogManager IAdvancedCardDialogManager
-
- cardRepository ICardRepository
-