Table of Contents

Class GameGrouperDescriptor

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class GameGrouperDescriptor
Inheritance
GameGrouperDescriptor
Inherited Members

Constructors

GameGrouperDescriptor(string, string)

public GameGrouperDescriptor(string id, string name)

Parameters

id string
name string

Properties

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.