ScaleBreakStructureItem - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Axises
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public ScaleBreakStructureItem(
[NotNullAttribute] IChartEditorContext context,
[NotNullAttribute] IScaleBreakModel scaleBreakModel,
[NotNullAttribute] INumericalAxisModel axisModel,
[NotNullAttribute] ScaleBreakEditorFactoryDelegate editorFactoryDelegate,
[NotNullAttribute] ICommand deleteCommand,
[NotNullAttribute] ChartsViewModel chartsViewModel
)
Public Sub New (
<NotNullAttribute> context As IChartEditorContext,
<NotNullAttribute> scaleBreakModel As IScaleBreakModel,
<NotNullAttribute> axisModel As INumericalAxisModel,
<NotNullAttribute> editorFactoryDelegate As ScaleBreakEditorFactoryDelegate,
<NotNullAttribute> deleteCommand As ICommand,
<NotNullAttribute> chartsViewModel As ChartsViewModel
)
public:
ScaleBreakStructureItem(
[NotNullAttribute] IChartEditorContext^ context,
[NotNullAttribute] IScaleBreakModel^ scaleBreakModel,
[NotNullAttribute] INumericalAxisModel^ axisModel,
[NotNullAttribute] ScaleBreakEditorFactoryDelegate^ editorFactoryDelegate,
[NotNullAttribute] ICommand^ deleteCommand,
[NotNullAttribute] ChartsViewModel^ chartsViewModel
)
new :
[<NotNullAttribute>] context : IChartEditorContext *
[<NotNullAttribute>] scaleBreakModel : IScaleBreakModel *
[<NotNullAttribute>] axisModel : INumericalAxisModel *
[<NotNullAttribute>] editorFactoryDelegate : ScaleBreakEditorFactoryDelegate *
[<NotNullAttribute>] deleteCommand : ICommand *
[<NotNullAttribute>] chartsViewModel : ChartsViewModel -> ScaleBreakStructureItem
Параметры
- context
- Тип: Tessa.UI.Views.Charting.ChartsIChartEditorContext
- scaleBreakModel
- Тип: Tessa.UI.Views.Charting.AxisesIScaleBreakModel
- axisModel
- Тип: Tessa.UI.Views.Charting.AxisesINumericalAxisModel
- editorFactoryDelegate
- Тип: Tessa.UI.Views.Charting.AxisesScaleBreakEditorFactoryDelegate
- deleteCommand
- Тип: System.Windows.InputICommand
- chartsViewModel
- Тип: Tessa.UI.Views.Charting.ChartsChartsViewModel
См. также