Class FilterPreset
Represents filter preset.
public class FilterPreset : DatabaseObject, INotifyPropertyChanged, IComparable, IIdentifiable
- Inheritance
-
FilterPreset
- Implements
- Inherited Members
Properties
GroupingOrder
Gets or sets view grouping.
public GroupableField? GroupingOrder { get; set; }
Property Value
Settings
Gets or sets filter settings.
public FilterPresetSettings Settings { get; set; }
Property Value
ShowInFullscreeQuickSelection
Gets or sets value indicating whether a filter preset should be shown in FS mode quick filter list.
public bool ShowInFullscreeQuickSelection { get; set; }
Property Value
SortingOrder
Gets or sets view sorting order.
public SortOrder? SortingOrder { get; set; }
Property Value
SortingOrderDirection
Gets or sets view sorting order direction.
public SortOrderDirection? SortingOrderDirection { get; set; }
Property Value
Methods
CopyDiffTo(object)
Copies differential properties to target object intance.
public override void CopyDiffTo(object target)
Parameters
target
objectTarget object instance to receive new data.