AnnotationEditorViewModel - конструктор
Пространство имён: Tessa.UI.Views.Charting.AnnotationsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 IChartModel
-
Модель диаграммы
- annotationFactoryRegistry IRegistryIAnnotationFactory
-
Реестр фабрик создания аннотаций
- dialogService IDialogService
-
Сервис диалоговых окон