BarSeriesViewModelFactory - делегат
Делегат фабрики модели-представления ряда линейчатой диаграммы
Пространство имён: Tessa.UI.Views.Charting.SeriesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[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 BarSeries
- Модель
BarSeriesViewModelМодель-представление редактирования свойств ряда линейчатой диаграммы