Class FilterWrapper
The wrapper for a single filter.
Inheritance
System.Object
FilterWrapper
Namespace: Emby.Media.Model.GraphModel
Assembly: Emby.Media.Model.dll
Syntax
public class FilterWrapper
Properties
Filter
Gets or sets the filter.
Declaration
public Filter Filter { get; set; }
Property Value
Type | Description |
---|---|
Filter | The filter. |