Table of Contents

Class Feature

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

Constructors

Feature()

public Feature()

Feature(string)

public Feature(string name)

Parameters

name string

Feature(string, string)

public Feature(string id, string name)

Parameters

id string
name string

Methods

GetCopy()

public Feature GetCopy()

Returns

Feature

GetDiffProperties(Feature)

public HashSet<string> GetDiffProperties(Feature target)

Parameters

target Feature

Returns

HashSet<string>