Table of Contents

Class ScriptAppAction

Namespace
Playnite
Assembly
Playnite.SDK.dll

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

public class ScriptAppAction : AppAction, INotifyPropertyChanged, INotifyPropertyChanging, ICopyable<AppAction>, ICopyable<ScriptAppAction>
Inheritance
ScriptAppAction
Implements
Inherited Members

Constructors

ScriptAppAction()

public ScriptAppAction()

Properties

Script

[ExcludeFromCodeCoverage]
public string? Script { get; set; }

Property Value

string

Methods

GetCopy()

public override ScriptAppAction GetCopy()

Returns

ScriptAppAction

GetDiffProperties(AppAction)

public override HashSet<string> GetDiffProperties(AppAction target)

Parameters

target AppAction

Returns

HashSet<string>

GetDiffProperties(ScriptAppAction)

public HashSet<string> GetDiffProperties(ScriptAppAction target)

Parameters

target ScriptAppAction

Returns

HashSet<string>