Table of Contents

Class FilteringConfiguration

Namespace
Playnite
Assembly
Playnite.SDK.dll

A base class for objects of which the properties must be observable.

public class FilteringConfiguration : ObservableObject, INotifyPropertyChanged, INotifyPropertyChanging, IEquatable<FilteringConfiguration>, ICopyable<FilteringConfiguration>
Inheritance
FilteringConfiguration
Implements
Inherited Members

Properties

Filters

[ExcludeFromCodeCoverage]
public ObservableCollection<ViewConfiFilterItem>? Filters { get; set; }

Property Value

ObservableCollection<ViewConfiFilterItem>

Methods

Equals(FilteringConfiguration?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(FilteringConfiguration? obj)

Parameters

obj FilteringConfiguration

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetCopy()

public FilteringConfiguration GetCopy()

Returns

FilteringConfiguration

GetDiffProperties(FilteringConfiguration)

public HashSet<string> GetDiffProperties(FilteringConfiguration target)

Parameters

target FilteringConfiguration

Returns

HashSet<string>

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.