Table of Contents

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

IconConfig

Methods

GetCopy()

public abstract AppAction GetCopy()

Returns

AppAction

GetDiffProperties(AppAction)

public abstract HashSet<string> GetDiffProperties(AppAction target)

Parameters

target AppAction

Returns

HashSet<string>