Table of Contents

Class FileAppAction

Namespace
Playnite
Assembly
Playnite.SDK.dll

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

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

Constructors

FileAppAction()

public FileAppAction()

Properties

Arguments

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

Property Value

string

Path

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

Property Value

string

WorkingDir

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

Property Value

string

Methods

GetCopy()

public override FileAppAction GetCopy()

Returns

FileAppAction

GetDiffProperties(AppAction)

public override HashSet<string> GetDiffProperties(AppAction target)

Parameters

target AppAction

Returns

HashSet<string>

GetDiffProperties(FileAppAction)

public HashSet<string> GetDiffProperties(FileAppAction target)

Parameters

target FileAppAction

Returns

HashSet<string>