ATAS
Loading...
Searching...
No Matches
ATAS.Indicators.FilterRangeInt Class Reference

Represents a filter that represents a range of integer values with custom JSON serialization/deserialization. More...

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

Public Member Functions

 FilterRangeInt (bool enabledVisible, bool asScale=false)
 Initializes a new instance of the FilterRangeInt class with the specified settings.
 
 FilterRangeInt ()
 Initializes a new instance of the FilterRangeInt class with default settings.
 

Additional Inherited Members

- Protected Member Functions inherited from ATAS.Indicators.FilterRangeBase< int, FilterRangeInt >
 FilterRangeBase (bool enabledVisible, bool asScale=false)
 Initializes a new instance of the FilterRangeBase<TValue, TFilter> class with the specified settings.
 
 FilterRangeBase ()
 Initializes a new instance of the FilterRangeBase<TValue, TFilter> class with default settings.
 
override FilterRangeValue< TValue > ValueOnChanging (FilterRangeValue< TValue >? oldValue, FilterRangeValue< TValue >? newValue)
 

Detailed Description

Represents a filter that represents a range of integer values with custom JSON serialization/deserialization.

Constructor & Destructor Documentation

◆ FilterRangeInt() [1/2]

ATAS.Indicators.FilterRangeInt.FilterRangeInt ( bool  enabledVisible,
bool  asScale = false 
)

Initializes a new instance of the FilterRangeInt class with the specified settings.

Parameters
enabledVisibleA value indicating whether the filter's Enabled property is visible.
asScaleA value indicating whether the filter represents a scalar value.

◆ FilterRangeInt() [2/2]

ATAS.Indicators.FilterRangeInt.FilterRangeInt ( )

Initializes a new instance of the FilterRangeInt class with default settings.


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