Table of Contents

Class AddNodeCommandBase

Namespace
H.Controls.Diagram.Presenter.Commands
Assembly
H.Controls.Diagram.Presenter.dll
public abstract class AddNodeCommandBase : MarkupCommandBase, ICommand, INotifyPropertyChanged
Inheritance
AddNodeCommandBase
Implements
Derived
Inherited Members
Extension Methods

Methods

Create(Node, INodeData)

protected abstract void Create(Node fromNode, INodeData nodeData)

Parameters

fromNode Node
nodeData INodeData

CreateData(Node)

protected abstract INodeData CreateData(Node node)

Parameters

node Node

Returns

INodeData

Execute(object)

Defines the method to be called when the command is invoked.

public override void Execute(object parameter)

Parameters

parameter object

Data used by the command. If the command does not require data to be passed, this object can be set to null.