Table of Contents

Class GameAction

Namespace
Playnite
Assembly
Playnite.SDK.dll

A base class for objects of which the properties must be observable.

public abstract class GameAction : LibraryObject, INotifyPropertyChanged, INotifyPropertyChanging, ICopyable<GameAction>
Inheritance
GameAction
Implements
Derived
Inherited Members

Properties

IsPlayAction

[ExcludeFromCodeCoverage]
public bool IsPlayAction { get; set; }

Property Value

bool

Methods

GetCopy()

public abstract GameAction GetCopy()

Returns

GameAction

GetDiffProperties(GameAction)

public abstract HashSet<string> GetDiffProperties(GameAction target)

Parameters

target GameAction

Returns

HashSet<string>