Table of Contents

Class GameSorterDescriptor

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class GameSorterDescriptor : IDescriptorItem
Inheritance
GameSorterDescriptor
Implements
Inherited Members

Constructors

GameSorterDescriptor(string, string)

public GameSorterDescriptor(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.