Class AppAction
- Namespace
- Playnite
- Assembly
- Playnite.SDK.dll
A base class for objects of which the properties must be observable.
public abstract class AppAction : LibraryObject, INotifyPropertyChanged, INotifyPropertyChanging, ICopyable<AppAction>
- Inheritance
-
AppAction
- Implements
- Derived
- Inherited Members
Properties
Icon
[ExcludeFromCodeCoverage]
public IconConfig? Icon { get; set; }
Property Value
Methods
GetCopy()
public abstract AppAction GetCopy()
Returns
GetDiffProperties(AppAction)
public abstract HashSet<string> GetDiffProperties(AppAction target)
Parameters
targetAppAction