C# Class ICSharpCode.WpfDesign.Designer.Xaml.XamlDesignItem.SetNameAction

Inheritance: ITransactionItem
显示文件 Open project: icsharpcode/WpfDesigner

Public Methods

Method Description
Do ( ) : void
MergeWith ( ITransactionItem other ) : bool
SetNameAction ( XamlDesignItem designItem, string newName ) : System
Undo ( ) : void

Method Details

Do() public method

public Do ( ) : void
return void

MergeWith() public method

public MergeWith ( ITransactionItem other ) : bool
other ITransactionItem
return bool

SetNameAction() public method

public SetNameAction ( XamlDesignItem designItem, string newName ) : System
designItem XamlDesignItem
newName string
return System

Undo() public method

public Undo ( ) : void
return void