Table of Contents

Class NoFilter

Namespace
Fluxzy.Rules.Filters
Assembly
Fluxzy.Core.dll

Select nothing

public class NoFilter : Filter
Inheritance
NoFilter
Inherited Members
Extension Methods

Properties

FilterScope

public override FilterScope FilterScope { get; }

Property Value

FilterScope

GenericName

public override string GenericName { get; }

Property Value

string

PreMadeFilter

public override bool PreMadeFilter { get; }

Property Value

bool

Methods

GetExamples()

public override IEnumerable<FilterExample> GetExamples()

Returns

IEnumerable<FilterExample>

InternalApply(ExchangeContext?, IAuthority, IExchange?, IFilteringContext?)

protected override bool InternalApply(ExchangeContext? exchangeContext, IAuthority authority, IExchange? exchange, IFilteringContext? filteringContext)

Parameters

exchangeContext ExchangeContext
authority IAuthority
exchange IExchange
filteringContext IFilteringContext

Returns

bool