Table of Contents

Class Genre

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class Genre : LibraryObject, INotifyPropertyChanged, INotifyPropertyChanging, ICopyable<Genre>
Inheritance
Genre
Implements
Inherited Members

Constructors

Genre()

public Genre()

Genre(string)

public Genre(string name)

Parameters

name string

Genre(string, string)

public Genre(string id, string name)

Parameters

id string
name string

Methods

GetCopy()

public Genre GetCopy()

Returns

Genre

GetDiffProperties(Genre)

public HashSet<string> GetDiffProperties(Genre target)

Parameters

target Genre

Returns

HashSet<string>