Table of Contents

Class ExternalIdentifierType

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

Constructors

ExternalIdentifierType()

public ExternalIdentifierType()

ExternalIdentifierType(string, string)

public ExternalIdentifierType(string id, string name)

Parameters

id string
name string

Methods

GetCopy()

public ExternalIdentifierType GetCopy()

Returns

ExternalIdentifierType

GetDiffProperties(ExternalIdentifierType)

public HashSet<string> GetDiffProperties(ExternalIdentifierType target)

Parameters

target ExternalIdentifierType

Returns

HashSet<string>