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
Path
[ExcludeFromCodeCoverage]
public string? Path { get; set; }
Property Value
WorkingDir
[ExcludeFromCodeCoverage]
public string? WorkingDir { get; set; }
Property Value
Methods
GetCopy()
public override FileAppAction GetCopy()
Returns
GetDiffProperties(AppAction)
public override HashSet<string> GetDiffProperties(AppAction target)
Parameters
targetAppAction
Returns
GetDiffProperties(FileAppAction)
public HashSet<string> GetDiffProperties(FileAppAction target)
Parameters
targetFileAppAction