Chart2DViewModelFactory - делегат |
Делегат фабрики создания модели-представления отображения двухмерной диаграммы
Пространство имён:
Tessa.UI.Views.Charting.Charts
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: Tessa.UI.Views.Charting.ChartsIChart2DModel
Модель двумерной диаграммы - component
- Тип: Tessa.UI.ViewsIWorkplaceViewComponent
Модель данных
Возвращаемое значение
Тип:
Chart2DViewModelМодель-представление двумерной диаграммы
См. также