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
namestring
Genre(string, string)
public Genre(string id, string name)
Parameters
Methods
GetCopy()
public Genre GetCopy()
Returns
GetDiffProperties(Genre)
public HashSet<string> GetDiffProperties(Genre target)
Parameters
targetGenre