Table of Contents

Class Category

Namespace
Playnite.SDK.Models
Assembly
Playnite.SDK.dll

Describes category object.

public class Category : DatabaseObject, INotifyPropertyChanged, IComparable, IIdentifiable
Inheritance
Category
Implements
Inherited Members

Constructors

Category()

Creates new instance of Category.

public Category()

Category(string)

Creates new instance of Category.

public Category(string name)

Parameters

name string

Category name.

Fields

Empty

Gets empty category.

public static readonly Category Empty

Field Value

Category