3 using System.Collections.Generic;
5 using SiliconStudio.ActionStack;
7 using SiliconStudio.Presentation.ViewModel;
8 using SiliconStudio.Quantum;
11 namespace SiliconStudio.Presentation.Quantum
26 public string ObservableNodePath {
get; set; }
34 : base(serviceProvider, dirtiables)
A command that supports undo/redo
A service provider class for view model objects.
CombineMode
An enum that describes what to do with a node or a command when combining view models.
A base class to wrap one or multiple INodeCommand instances into a CancellableCommand.
NodeCommandWrapperBase(IViewModelServiceProvider serviceProvider, IEnumerable< IDirtiableViewModel > dirtiables)
Initializes a new instance of the CancellableCommand class.