StripLineStructureItem - конструктор |
Пространство имён:
Tessa.UI.Views.Charting.Charts.ChartStructure
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public StripLineStructureItem(
[NotNullAttribute] IChartEditorContext context,
[NotNullAttribute] IStripLineModel stripLineModel,
[NotNullAttribute] StripLineEditorFactoryDelegate editorFactoryDelegate,
[NotNullAttribute] ICommand deleteCommand,
[NotNullAttribute] ChartsViewModel chartsViewModel
)
Public Sub New (
<NotNullAttribute> context As IChartEditorContext,
<NotNullAttribute> stripLineModel As IStripLineModel,
<NotNullAttribute> editorFactoryDelegate As StripLineEditorFactoryDelegate,
<NotNullAttribute> deleteCommand As ICommand,
<NotNullAttribute> chartsViewModel As ChartsViewModel
)
public:
StripLineStructureItem(
[NotNullAttribute] IChartEditorContext^ context,
[NotNullAttribute] IStripLineModel^ stripLineModel,
[NotNullAttribute] StripLineEditorFactoryDelegate^ editorFactoryDelegate,
[NotNullAttribute] ICommand^ deleteCommand,
[NotNullAttribute] ChartsViewModel^ chartsViewModel
)
new :
[<NotNullAttribute>] context : IChartEditorContext *
[<NotNullAttribute>] stripLineModel : IStripLineModel *
[<NotNullAttribute>] editorFactoryDelegate : StripLineEditorFactoryDelegate *
[<NotNullAttribute>] deleteCommand : ICommand *
[<NotNullAttribute>] chartsViewModel : ChartsViewModel -> StripLineStructureItem
Параметры
- context
- Тип: Tessa.UI.Views.Charting.ChartsIChartEditorContext
- stripLineModel
- Тип: Tessa.UI.Views.Charting.AxisesIStripLineModel
- editorFactoryDelegate
- Тип: Tessa.UI.Views.Charting.AxisesStripLineEditorFactoryDelegate
- deleteCommand
- Тип: System.Windows.InputICommand
- chartsViewModel
- Тип: Tessa.UI.Views.Charting.ChartsChartsViewModel
См. также