Table of Contents

Class GameGroup

Namespace
Playnite
Assembly
Playnite.SDK.dll

A base class for objects of which the properties must be observable.

public class GameGroup : ObservableObject, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
GameGroup
Implements
Inherited Members

Constructors

GameGroup(string, string)

public GameGroup(string id, string name)

Parameters

id string
name string

Properties

Id

public string Id { get; set; }

Property Value

string

Name

[ExcludeFromCodeCoverage]
public string Name { get; set; }

Property Value

string