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