Class HistoryItemViewModel
- Namespace
- Gemini.Modules.UndoRedo.ViewModels
- Assembly
- Gemini.dll
public class HistoryItemViewModel : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseHistoryItemViewModel
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
HistoryItemViewModel(IUndoableAction, HistoryItemType)
public HistoryItemViewModel(IUndoableAction action, HistoryItemType itemType)
Parameters
action
IUndoableActionitemType
HistoryItemType
HistoryItemViewModel(string, HistoryItemType)
public HistoryItemViewModel(string name, HistoryItemType itemType)
Parameters
name
stringitemType
HistoryItemType
Properties
Action
public IUndoableAction Action { get; }
Property Value
ItemType
public HistoryItemType ItemType { get; }
Property Value
Name
public string Name { get; }