Chart2DViewModelFactory - делегат
Делегат фабрики создания модели-представления отображения двухмерной диаграммы
Пространство имён: Tessa.UI.Views.Charting.ChartsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public delegate Chart2DViewModel Chart2DViewModelFactory(
[NotNullAttribute] IChart2DModel model,
[NotNullAttribute] IWorkplaceViewComponent component
)
Public Delegate Function Chart2DViewModelFactory (
<NotNullAttribute> model As IChart2DModel,
<NotNullAttribute> component As IWorkplaceViewComponent
) As Chart2DViewModel
public delegate Chart2DViewModel^ Chart2DViewModelFactory(
[NotNullAttribute] IChart2DModel^ model,
[NotNullAttribute] IWorkplaceViewComponent^ component
)
type Chart2DViewModelFactory =
delegate of
[<NotNullAttribute>] model : IChart2DModel *
[<NotNullAttribute>] component : IWorkplaceViewComponent -> Chart2DViewModel
- model IChart2DModel
- Модель двумерной диаграммы
- component IWorkplaceViewComponent
- Модель данных
Chart2DViewModelМодель-представление двумерной диаграммы