Table of Contents

Class Source

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

Constructors

Source()

public Source()

Source(string)

public Source(string name)

Parameters

name string

Source(string, string)

public Source(string id, string name)

Parameters

id string
name string

Methods

GetCopy()

public Source GetCopy()

Returns

Source

GetDiffProperties(Source)

public HashSet<string> GetDiffProperties(Source target)

Parameters

target Source

Returns

HashSet<string>