ATAS
|
Represents a filter with a flexible value that can hold data of any type. Inherits the properties of IFilter. More...
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. | |
Represents a filter with a flexible value that can hold data of any type. Inherits the properties of IFilter.
|
getset |
Gets or sets the value of the filter. The value can hold data of any type.
Implemented in ATAS.Indicators.Filter< TValue >.