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
idstringnamestringfilterDataGameExplorerFilterData
GameExplorerItem(string, string, List<GameExplorerFilterData>)
public GameExplorerItem(string id, string name, List<GameExplorerFilterData> filterData)
Parameters
idstringnamestringfilterDataList<GameExplorerFilterData>
Properties
FilterData
public List<GameExplorerFilterData> FilterData { get; }
Property Value
Id
public string Id { get; }
Property Value
Name
public string Name { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.