DoughnutSeriesViewModelFactory - делегат
Делегат создания модели-представления редактора параметров ряда колцевой диаграммы
Пространство имён: Tessa.UI.Views.Charting.SeriesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[NotNullAttribute]
public delegate DoughnutSeriesViewModel DoughnutSeriesViewModelFactory(
[NotNullAttribute] DoughnutSeries model
)
<NotNullAttribute>
Public Delegate Function DoughnutSeriesViewModelFactory (
<NotNullAttribute> model As DoughnutSeries
) As DoughnutSeriesViewModel
[NotNullAttribute]
public delegate DoughnutSeriesViewModel^ DoughnutSeriesViewModelFactory(
[NotNullAttribute] DoughnutSeries^ model
)
[<NotNullAttribute>]
type DoughnutSeriesViewModelFactory =
delegate of
[<NotNullAttribute>] model : DoughnutSeries -> DoughnutSeriesViewModel
- model DoughnutSeries
- Модель колцевой диаграммы
DoughnutSeriesViewModelМодель - представление параметров колцевой диаграммы