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
Methods
GetCopy()
public override ScriptAppAction GetCopy()
Returns
GetDiffProperties(AppAction)
public override HashSet<string> GetDiffProperties(AppAction target)
Parameters
targetAppAction
Returns
GetDiffProperties(ScriptAppAction)
public HashSet<string> GetDiffProperties(ScriptAppAction target)
Parameters
targetScriptAppAction