Class GameFiltererDescriptor
- Namespace
- Playnite
- Assembly
- Playnite.SDK.dll
public class GameFiltererDescriptor : IDescriptorItem
- Inheritance
-
GameFiltererDescriptor
- Implements
- Inherited Members
Constructors
GameFiltererDescriptor(string, string)
public GameFiltererDescriptor(string id, string name)
Parameters
Properties
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.