Class FilterMetaDataAttribute
public class FilterMetaDataAttribute : Attribute
- Inheritance
-
FilterMetaDataAttribute
- Inherited Members
Constructors
FilterMetaDataAttribute(string?)
public FilterMetaDataAttribute(string? longDescription = null)
Parameters
longDescription
string
Properties
DoNotHistorize
The filter shall not be saved in last used filter history.
public bool DoNotHistorize { get; init; }
Property Value
LongDescription
Long description of the filter : eg : Documentation
public string? LongDescription { get; init; }
Property Value
NotSelectable
Indicates that the targeted filter cannot be selected from filter management UIs. (Implicit filter)
public bool NotSelectable { get; init; }
Property Value
QuickReachFilter
Quickly reachable filter
public bool QuickReachFilter { get; set; }
Property Value
QuickReachFilterOrder
Order
public int QuickReachFilterOrder { get; init; }
Property Value
ToolBarFilter
The filter shall be present on toolbar
public bool ToolBarFilter { get; init; }
Property Value
ToolBarFilterOrder
The order of apperance on the toolbar
public int ToolBarFilterOrder { get; init; }