Table of Contents

Class LibraryObject

Namespace
Playnite
Assembly
Playnite.SDK.dll

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

public class LibraryObject : ObservableObject, INotifyPropertyChanged, INotifyPropertyChanging
Inheritance
LibraryObject
Implements
Derived
Inherited Members

Constructors

LibraryObject()

public LibraryObject()

LibraryObject(string)

public LibraryObject(string name)

Parameters

name string

LibraryObject(string, string)

public LibraryObject(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

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.