Base class for filters implementing the IFilter interface.
More...
|
| FilterBase (bool enabledVisible, bool asScalar) |
| Initializes a new instance of the FilterBase class with the specified parameters.
|
|
| FilterBase () |
| Initializes a new instance of the FilterBase class with default parameters.
|
|
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) |
|
|
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 | 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.
|
|
|
PropertyChangedEventHandler? | PropertyChanged |
| Event that is raised when a property value changes.
|
|
Base class for filters implementing the IFilter interface.
◆ FilterBase() [1/2]
ATAS.Indicators.FilterBase.FilterBase |
( |
bool |
enabledVisible, |
|
|
bool |
asScalar |
|
) |
| |
|
protected |
Initializes a new instance of the FilterBase class with the specified parameters.
- Parameters
-
enabledVisible | Specifies whether the "Enabled" property is visible to users. |
asScalar | Specifies whether the filter operates in scalar mode. |
◆ FilterBase() [2/2]
ATAS.Indicators.FilterBase.FilterBase |
( |
| ) |
|
|
protected |
Initializes a new instance of the FilterBase class with default parameters.
◆ Clone()
abstract object ATAS.Indicators.FilterBase.Clone |
( |
| ) |
|
|
pure virtual |
◆ _asScalar
readonly bool ATAS.Indicators.FilterBase._asScalar |
|
protected |
◆ Enabled
bool ATAS.Indicators.FilterBase.Enabled |
|
getset |
◆ EnabledVisible
bool ATAS.Indicators.FilterBase.EnabledVisible |
|
get |
Gets a value indicating whether the visibility of the "Enabled" property is visible to users.
Implements ATAS.Indicators.IFilter.
The documentation for this class was generated from the following file: