BarSeriesViewModelFactory - делегат |
Делегат фабрики модели-представления ряда линейчатой диаграммы
Пространство имён:
Tessa.UI.Views.Charting.Series
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [NotNullAttribute]
public delegate BarSeriesViewModel BarSeriesViewModelFactory(
[NotNullAttribute] BarSeries model
)
<NotNullAttribute>
Public Delegate Function BarSeriesViewModelFactory (
<NotNullAttribute> model As BarSeries
) As BarSeriesViewModel
[NotNullAttribute]
public delegate BarSeriesViewModel^ BarSeriesViewModelFactory(
[NotNullAttribute] BarSeries^ model
)
[<NotNullAttribute>]
type BarSeriesViewModelFactory =
delegate of
[<NotNullAttribute>] model : BarSeries -> BarSeriesViewModel
Параметры
- model
- Тип: Tessa.UI.Views.Charting.SeriesBarSeries
Модель
Возвращаемое значение
Тип:
BarSeriesViewModelМодель-представление редактирования свойств ряда линейчатой диаграммы
См. также