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
namestring
LibraryObject(string, string)
public LibraryObject(string id, string name)
Parameters
Properties
Id
public string Id { get; set; }
Property Value
Name
[ExcludeFromCodeCoverage]
public string Name { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.