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
Properties
Id
public string Id { get; set; }
Property Value
Name
[ExcludeFromCodeCoverage]
public string Name { get; set; }