ATAS
Loading...
Searching...
No Matches
ATAS.Indicators.IFilterValue Interface Reference

Represents a filter with a flexible value that can hold data of any type. Inherits the properties of IFilter. More...

Inheritance diagram for ATAS.Indicators.IFilterValue:
[legend]
Collaboration diagram for ATAS.Indicators.IFilterValue:
[legend]

Properties

object Value [get, set]
 Gets or sets the value of the filter. The value can hold data of any type.
 
- Properties inherited from ATAS.Indicators.IFilter
bool Enabled [get, set]
 Gets or sets a value indicating whether the filter is enabled.
 
bool EnabledVisible [get]
 Gets a value indicating whether the visibility of the "Enabled" property is visible to users.
 
bool AsScalar [get]
 Gets a value indicating whether the filter operates in scalar mode.
 

Detailed Description

Represents a filter with a flexible value that can hold data of any type. Inherits the properties of IFilter.

Property Documentation

◆ Value

object ATAS.Indicators.IFilterValue.Value
getset

Gets or sets the value of the filter. The value can hold data of any type.

Implemented in ATAS.Indicators.Filter< TValue >.


The documentation for this interface was generated from the following file: