Table of Contents

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

GameTrackingOptions

Url

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

Property Value

string

Methods

GetCopy()

public override UrlGameAction GetCopy()

Returns

UrlGameAction

GetDiffProperties(GameAction)

public override HashSet<string> GetDiffProperties(GameAction target)

Parameters

target GameAction

Returns

HashSet<string>

GetDiffProperties(UrlGameAction)

public HashSet<string> GetDiffProperties(UrlGameAction target)

Parameters

target UrlGameAction

Returns

HashSet<string>

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.