Table of Contents

Class FilterMetaDataAttribute

Namespace
Fluxzy.Rules
Assembly
Fluxzy.Core.dll
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

bool

LongDescription

Long description of the filter : eg : Documentation

public string? LongDescription { get; init; }

Property Value

string

NotSelectable

Indicates that the targeted filter cannot be selected from filter management UIs. (Implicit filter)

public bool NotSelectable { get; init; }

Property Value

bool

QuickReachFilter

Quickly reachable filter

public bool QuickReachFilter { get; set; }

Property Value

bool

QuickReachFilterOrder

Order

public int QuickReachFilterOrder { get; init; }

Property Value

int

ToolBarFilter

The filter shall be present on toolbar

public bool ToolBarFilter { get; init; }

Property Value

bool

ToolBarFilterOrder

The order of apperance on the toolbar

public int ToolBarFilterOrder { get; init; }

Property Value

int