ATAS
Loading...
Searching...
No Matches
ATAS.Indicators.FilterRangeValue< TValue > Class Template Reference

Represents a range of values of type TValue with support for property change notifications. More...

Inheritance diagram for ATAS.Indicators.FilterRangeValue< TValue >:
[legend]
Collaboration diagram for ATAS.Indicators.FilterRangeValue< TValue >:
[legend]

Properties

TValue? Start [get, set]
 Gets or sets the start value of the range.
 
TValue? End [get, set]
 Gets or sets the end value of the range.
 

Additional Inherited Members

- Protected Member Functions inherited from ATAS.Indicators.NotifyPropertyChangedBase
void RaisePropertyChanged ([CallerMemberName] string? propertyName=null!)
 Raises the PropertyChanged event for the specified property name.
 
void SetProperty< TProperty > (ref TProperty store, TProperty value, [CallerMemberName] string? propertyName=null, Action? onChanged=null)
 
- Events inherited from ATAS.Indicators.NotifyPropertyChangedBase
PropertyChangedEventHandler? PropertyChanged
 Event that is raised when a property value changes.
 

Detailed Description

Represents a range of values of type TValue with support for property change notifications.

Template Parameters
TValueThe type of values the range can hold.

Property Documentation

◆ End

TValue? ATAS.Indicators.FilterRangeValue< TValue >.End
getset

Gets or sets the end value of the range.

◆ Start

TValue? ATAS.Indicators.FilterRangeValue< TValue >.Start
getset

Gets or sets the start value of the range.


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