SeriesCollectionStructureItem - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Charts.ChartStructure
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public SeriesCollectionStructureItem(
[NotNullAttribute] IChartEditorContext context,
[NotNullAttribute] IChart2DModel model,
[NotNullAttribute] IRegistry<IChartSeriesFactory> seriesFactoriesRegistry,
[NotNullAttribute] IDialogService dialogService,
[NotNullAttribute] SeriesStructureItemFactory seriesStructureItemFactory,
[NotNullAttribute] ChartsViewModel chartsViewModel
)
Public Sub New (
<NotNullAttribute> context As IChartEditorContext,
<NotNullAttribute> model As IChart2DModel,
<NotNullAttribute> seriesFactoriesRegistry As IRegistry(Of IChartSeriesFactory),
<NotNullAttribute> dialogService As IDialogService,
<NotNullAttribute> seriesStructureItemFactory As SeriesStructureItemFactory,
<NotNullAttribute> chartsViewModel As ChartsViewModel
)
public:
SeriesCollectionStructureItem(
[NotNullAttribute] IChartEditorContext^ context,
[NotNullAttribute] IChart2DModel^ model,
[NotNullAttribute] IRegistry<IChartSeriesFactory^>^ seriesFactoriesRegistry,
[NotNullAttribute] IDialogService^ dialogService,
[NotNullAttribute] SeriesStructureItemFactory^ seriesStructureItemFactory,
[NotNullAttribute] ChartsViewModel^ chartsViewModel
)
new :
[<NotNullAttribute>] context : IChartEditorContext *
[<NotNullAttribute>] model : IChart2DModel *
[<NotNullAttribute>] seriesFactoriesRegistry : IRegistry<IChartSeriesFactory> *
[<NotNullAttribute>] dialogService : IDialogService *
[<NotNullAttribute>] seriesStructureItemFactory : SeriesStructureItemFactory *
[<NotNullAttribute>] chartsViewModel : ChartsViewModel -> SeriesCollectionStructureItem
Параметры
- context
- Тип: Tessa.UI.Views.Charting.ChartsIChartEditorContext
- model
- Тип: Tessa.UI.Views.Charting.ChartsIChart2DModel
- seriesFactoriesRegistry
- Тип: Tessa.UI.Views.ChartingIRegistryIChartSeriesFactory
- dialogService
- Тип: Tessa.UI.ControlsIDialogService
- seriesStructureItemFactory
- Тип: Tessa.UI.Views.Charting.Charts.ChartStructureSeriesStructureItemFactory
- chartsViewModel
- Тип: Tessa.UI.Views.Charting.ChartsChartsViewModel
См. также