Table of Contents

Class CommentSearchFilter

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

Select exchanges according to comment value

[FilterMetaData(null, LongDescription = "Select exchanges by searching a string pattern into the comment property.")]
public class CommentSearchFilter : StringFilter
Inheritance
CommentSearchFilter
Inherited Members
Extension Methods

Constructors

CommentSearchFilter(string)

public CommentSearchFilter(string pattern)

Parameters

pattern string

Properties

AutoGeneratedName

public override string AutoGeneratedName { get; }

Property Value

string

FilterScope

public override FilterScope FilterScope { get; }

Property Value

FilterScope

Methods

GetExamples()

public override IEnumerable<FilterExample> GetExamples()

Returns

IEnumerable<FilterExample>

GetMatchInputs(ExchangeContext?, IAuthority, IExchange?)

protected override IEnumerable<string> GetMatchInputs(ExchangeContext? exchangeContext, IAuthority authority, IExchange? exchange)

Parameters

exchangeContext ExchangeContext
authority IAuthority
exchange IExchange

Returns

IEnumerable<string>