Table of Contents

Class TagContainsFilter

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

Select exchanges according to tag values

[FilterMetaData(null, LongDescription = "Select exchanges having tags matching specified condition.", NotSelectable = true)]
public class TagContainsFilter : Filter
Inheritance
TagContainsFilter
Inherited Members
Extension Methods

Constructors

TagContainsFilter(Tag?)

public TagContainsFilter(Tag? tag)

Parameters

tag Tag

Properties

AutoGeneratedName

public override string AutoGeneratedName { get; }

Property Value

string

FilterScope

public override FilterScope FilterScope { get; }

Property Value

FilterScope

Tag

public Tag? Tag { get; }

Property Value

Tag

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