Table of Contents

Class Tag

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

Constructors

Tag()

public Tag()

Tag(string)

public Tag(string name)

Parameters

name string

Tag(string, string)

public Tag(string id, string name)

Parameters

id string
name string

Methods

GetCopy()

public Tag GetCopy()

Returns

Tag

GetDiffProperties(Tag)

public HashSet<string> GetDiffProperties(Tag target)

Parameters

target Tag

Returns

HashSet<string>