StripLineEditorViewModel - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Axises
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public StripLineEditorViewModel(
[NotNullAttribute] IStripLineModel model,
[NotNullAttribute] ICommand deleteCommand,
[NotNullAttribute] PropertyBuilderFactory propertyBuilderFactory,
[NotNullAttribute] PropertyChangedPublisher publisher
)
Public Sub New (
<NotNullAttribute> model As IStripLineModel,
<NotNullAttribute> deleteCommand As ICommand,
<NotNullAttribute> propertyBuilderFactory As PropertyBuilderFactory,
<NotNullAttribute> publisher As PropertyChangedPublisher
)
public:
StripLineEditorViewModel(
[NotNullAttribute] IStripLineModel^ model,
[NotNullAttribute] ICommand^ deleteCommand,
[NotNullAttribute] PropertyBuilderFactory^ propertyBuilderFactory,
[NotNullAttribute] PropertyChangedPublisher^ publisher
)
new :
[<NotNullAttribute>] model : IStripLineModel *
[<NotNullAttribute>] deleteCommand : ICommand *
[<NotNullAttribute>] propertyBuilderFactory : PropertyBuilderFactory *
[<NotNullAttribute>] publisher : PropertyChangedPublisher -> StripLineEditorViewModel
Параметры
- model
- Тип: Tessa.UI.Views.Charting.AxisesIStripLineModel
Модель для которой создается контейнер
- deleteCommand
- Тип: System.Windows.InputICommand
Команда удаления полосы
- propertyBuilderFactory
- Тип: Tessa.UI.Views.Charting.PropertiesPropertyBuilderFactory
Фабрика создания построителя свойств
- publisher
- Тип: Tessa.UI.Views.Charting.PropertiesPropertyChangedPublisher
Публикатор уведомлений об изменении свойств
См. также