Table of Contents

Class GameExplorerItem

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class GameExplorerItem : ObservableObject, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
GameExplorerItem
Implements
Inherited Members

Constructors

GameExplorerItem(string, string, GameExplorerFilterData)

public GameExplorerItem(string id, string name, GameExplorerFilterData filterData)

Parameters

id string
name string
filterData GameExplorerFilterData

GameExplorerItem(string, string, List<GameExplorerFilterData>)

public GameExplorerItem(string id, string name, List<GameExplorerFilterData> filterData)

Parameters

id string
name string
filterData List<GameExplorerFilterData>

Properties

FilterData

public List<GameExplorerFilterData> FilterData { get; }

Property Value

List<GameExplorerFilterData>

Id

public string Id { get; }

Property Value

string

Name

public string Name { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.