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

Initializes a new instance of the StripLineEditorViewModel class. Initializes a new instance of the PropertyContainerTModel class.

Definition

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

Параметры

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

См. также