Table of Contents

Class HistoryItemViewModel

Namespace
Gemini.Modules.UndoRedo.ViewModels
Assembly
Gemini.dll
public class HistoryItemViewModel : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
HistoryItemViewModel
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Constructors

HistoryItemViewModel(IUndoableAction, HistoryItemType)

public HistoryItemViewModel(IUndoableAction action, HistoryItemType itemType)

Parameters

action IUndoableAction
itemType HistoryItemType

HistoryItemViewModel(string, HistoryItemType)

public HistoryItemViewModel(string name, HistoryItemType itemType)

Parameters

name string
itemType HistoryItemType

Properties

Action

public IUndoableAction Action { get; }

Property Value

IUndoableAction

ItemType

public HistoryItemType ItemType { get; }

Property Value

HistoryItemType

Name

public string Name { get; }

Property Value

string