Class QueryStringFilter
- Namespace
- Fluxzy.Rules.Filters.RequestFilters
- Assembly
- Fluxzy.Core.dll
[FilterMetaData(null, LongDescription = "Select exchanges containing a specific query string. If `name` is not defined or empty, the search will be performed on any query string values.The search will pass if at least one value match.")]
public class QueryStringFilter : StringFilter
- Inheritance
-
QueryStringFilter
- Inherited Members
- Extension Methods
Constructors
QueryStringFilter(string?, string)
public QueryStringFilter(string? name, string pattern)
Parameters
Properties
AutoGeneratedName
public override string AutoGeneratedName { get; }
Property Value
Common
public override bool Common { get; set; }
Property Value
FilterScope
The scope of this filter
public override FilterScope FilterScope { get; }
Property Value
GenericName
public override string GenericName { get; }
Property Value
Name
public string? Name { get; set; }
Property Value
ShortName
public override string? ShortName { get; }
Property Value
Methods
GetExamples()
public override IEnumerable<FilterExample> GetExamples()
Returns
GetMatchInputs(ExchangeContext?, IAuthority, IExchange?)
protected override IEnumerable<string> GetMatchInputs(ExchangeContext? exchangeContext, IAuthority authority, IExchange? exchange)
Parameters
exchangeContextExchangeContextauthorityIAuthorityexchangeIExchange