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