AnnotationEditorViewModel - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Annotations
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public AnnotationEditorViewModel(
[NotNullAttribute] IChartModel model,
[NotNullAttribute] IRegistry<IAnnotationFactory> annotationFactoryRegistry,
[NotNullAttribute] IDialogService dialogService
)
Public Sub New (
<NotNullAttribute> model As IChartModel,
<NotNullAttribute> annotationFactoryRegistry As IRegistry(Of IAnnotationFactory),
<NotNullAttribute> dialogService As IDialogService
)
public:
AnnotationEditorViewModel(
[NotNullAttribute] IChartModel^ model,
[NotNullAttribute] IRegistry<IAnnotationFactory^>^ annotationFactoryRegistry,
[NotNullAttribute] IDialogService^ dialogService
)
new :
[<NotNullAttribute>] model : IChartModel *
[<NotNullAttribute>] annotationFactoryRegistry : IRegistry<IAnnotationFactory> *
[<NotNullAttribute>] dialogService : IDialogService -> AnnotationEditorViewModel
Параметры
- model
- Тип: Tessa.UI.Views.Charting.ChartsIChartModel
Модель диаграммы
- annotationFactoryRegistry
- Тип: Tessa.UI.Views.ChartingIRegistryIAnnotationFactory
Реестр фабрик создания аннотаций
- dialogService
- Тип: Tessa.UI.ControlsIDialogService
Сервис диалоговых окон
См. также