Class AnyFilter
Select all request
[FilterMetaData(null, LongDescription = "Select all exchanges", DoNotHistorize = true, ToolBarFilter = true, ToolBarFilterOrder = 0)]
public class AnyFilter : Filter
- Inheritance
-
AnyFilter
- Inherited Members
- Extension Methods
Properties
Default
public static AnyFilter Default { get; }
Property Value
Description
public override string? Description { get; set; }
Property Value
FilterScope
public override FilterScope FilterScope { get; }
Property Value
GenericName
public override string GenericName { get; }
Property Value
Identifier
public override Guid Identifier { get; }
Property Value
PreMadeFilter
public override bool PreMadeFilter { get; }
Property Value
ShortName
public override string ShortName { get; }
Property Value
Methods
GetExamples()
public override IEnumerable<FilterExample> GetExamples()
Returns
InternalApply(ExchangeContext?, IAuthority, IExchange?, IFilteringContext?)
protected override bool InternalApply(ExchangeContext? exchangeContext, IAuthority authority, IExchange? exchange, IFilteringContext? filteringContext)
Parameters
exchangeContext
ExchangeContextauthority
IAuthorityexchange
IExchangefilteringContext
IFilteringContext