ScaleBreakEditorFactoryDelegate - делегат
Делегат фабрики создания модели-представления редактора полосы
Пространство имён: Tessa.UI.Views.Charting.AxisesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[NotNullAttribute]
public delegate ScaleBreakEditorViewModel ScaleBreakEditorFactoryDelegate(
[NotNullAttribute] IScaleBreakModel model,
[NotNullAttribute] INumericalAxisModel axisModel,
[NotNullAttribute] ICommand deleteCommand
)
<NotNullAttribute>
Public Delegate Function ScaleBreakEditorFactoryDelegate (
<NotNullAttribute> model As IScaleBreakModel,
<NotNullAttribute> axisModel As INumericalAxisModel,
<NotNullAttribute> deleteCommand As ICommand
) As ScaleBreakEditorViewModel
[NotNullAttribute]
public delegate ScaleBreakEditorViewModel^ ScaleBreakEditorFactoryDelegate(
[NotNullAttribute] IScaleBreakModel^ model,
[NotNullAttribute] INumericalAxisModel^ axisModel,
[NotNullAttribute] ICommand^ deleteCommand
)
[<NotNullAttribute>]
type ScaleBreakEditorFactoryDelegate =
delegate of
[<NotNullAttribute>] model : IScaleBreakModel *
[<NotNullAttribute>] axisModel : INumericalAxisModel *
[<NotNullAttribute>] deleteCommand : ICommand -> ScaleBreakEditorViewModel
- model IScaleBreakModel
- Модель разрыва масштаба
- axisModel INumericalAxisModel
- Модель оси координат
- deleteCommand ICommand
- Команда удаления
ScaleBreakEditorViewModelМодель-представление редактора