ChartSettingsViewModel - конструктор

Initializes a new instance of the ChartSettingsViewModel class. Initializes a new instance of the ChartSettingsPropertyContainer class. Initializes a new instance of the PropertyContainerTModel class.

Definition

Пространство имён: Tessa.UI.Views.Charting.Charts
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public ChartSettingsViewModel(
	[NotNullAttribute] IChart2DModel model,
	[NotNullAttribute] PropertyBuilderFactory propertyBuilderFactory,
	[NotNullAttribute] PropertyChangedPublisher publisher
)

Параметры

model  IChart2DModel
Модель для которой создается контейнер
propertyBuilderFactory  PropertyBuilderFactory
Фабрика создания построителя свойств
publisher  PropertyChangedPublisher
Публикатор уведомлений об изменении свойств

См. также