Class UrlGameAction
- Namespace
- Playnite
- Assembly
- Playnite.SDK.dll
A base class for objects of which the properties must be observable.
public class UrlGameAction : GameAction, INotifyPropertyChanged, INotifyPropertyChanging, ICopyable<GameAction>, ICopyable<UrlGameAction>
- Inheritance
-
UrlGameAction
- Implements
- Inherited Members
Properties
TrackingOptions
[ExcludeFromCodeCoverage]
public GameTrackingOptions TrackingOptions { get; set; }
Property Value
Url
[ExcludeFromCodeCoverage]
public string? Url { get; set; }
Property Value
Methods
GetCopy()
public override UrlGameAction GetCopy()
Returns
GetDiffProperties(GameAction)
public override HashSet<string> GetDiffProperties(GameAction target)
Parameters
targetGameAction
Returns
GetDiffProperties(UrlGameAction)
public HashSet<string> GetDiffProperties(UrlGameAction target)
Parameters
targetUrlGameAction
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.