Table of Contents

Class GameRelation

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class GameRelation : LibraryObject, INotifyPropertyChanged, INotifyPropertyChanging, ICopyable<GameRelation>
Inheritance
GameRelation
Implements
Inherited Members

Properties

LinkedGames

public HashSet<string> LinkedGames { get; set; }

Property Value

HashSet<string>

PrimaryGame

public string PrimaryGame { get; set; }

Property Value

string

Methods

GetCopy()

public GameRelation GetCopy()

Returns

GameRelation

GetDiffProperties(GameRelation)

public HashSet<string> GetDiffProperties(GameRelation target)

Parameters

target GameRelation

Returns

HashSet<string>