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

Inheritance: ITransactionItem
Afficher le fichier Open project: icsharpcode/WpfDesigner

Méthodes publiques

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

Method Details

Do() public méthode

public Do ( ) : void
Résultat void

MergeWith() public méthode

public MergeWith ( ITransactionItem other ) : bool
other ITransactionItem
Résultat bool

SetNameAction() public méthode

public SetNameAction ( XamlDesignItem designItem, string newName ) : System
designItem XamlDesignItem
newName string
Résultat System

Undo() public méthode

public Undo ( ) : void
Résultat void