StripLineStructureItem - конструктор
Пространство имён: Tessa.UI.Views.Charting.Charts.ChartStructureСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 IChartEditorContext
-
- stripLineModel IStripLineModel
-
- editorFactoryDelegate StripLineEditorFactoryDelegate
-
- deleteCommand ICommand
-
- chartsViewModel ChartsViewModel
-