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
Methods
Equals(FilteringConfiguration?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(FilteringConfiguration? obj)
Parameters
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current object.
Returns
GetCopy()
public FilteringConfiguration GetCopy()
Returns
GetDiffProperties(FilteringConfiguration)
public HashSet<string> GetDiffProperties(FilteringConfiguration target)
Parameters
targetFilteringConfiguration
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.