Represents a filter for key values with custom JSON serialization/deserialization.
More...
|
| | FilterKey (bool enableVisible, bool asScalar=true) |
| | Initializes a new instance of the FilterKey class.
|
| |
| | FilterKey () |
| | Initializes a new instance of the FilterKey class with default settings.
|
| |
| override bool | Equals (object? obj) |
| |
| override int | GetHashCode () |
| |
| bool | SetValueSilently (TValue value) |
| | Sets value of Value property. Returns false when new value equals new value.
|
| |
| | Filter (bool enabledVisible, bool asScale=false) |
| | Initializes a new instance of the Filter<TValue, TFilter> class with the specified parameters.
|
| |
| | Filter () |
| | Initializes a new instance of the Filter<TValue, TFilter> class with default parameters.
|
| |
| | Filter (bool enabledVisible, bool asScalar=false) |
| | Initializes a new instance of the Filter<TValue> class with the specified visibility of the Enabled property and scalar value.
|
| |
| | Filter () |
| | Initializes a new instance of the Filter<TValue> class with default visibility settings.
|
| |
| | Filter (bool enableVisible, bool asScalar=false) |
| | Initializes a new instance of the Filter class with the specified visibility of the Enabled property and scalar value.
|
| |
| | Filter () |
| | Initializes a new instance of the Filter class with default visibility settings.
|
| |
| TFilter | ValueOnChanging (Func< ValueChangingEventArgs< TValue >, TValue > onChanging) |
| | Sets a function to be invoked when the value of the filter is changing.
|
| |
| TFilter | ValueOnChanged (Action< TValue > onChanged) |
| | Sets an action to be invoked when the value of the filter has changed.
|
| |
| override string | ToString () |
| | Converts the filter to its string representation.
|
| |
| virtual string | GetStringValue () |
| |
| override object | Clone () |
| |
|
| static bool | operator== (Filter< TValue, TFilter >? left, Filter< TValue, TFilter >? right) |
| |
| static bool | operator!= (Filter< TValue, TFilter >? left, Filter< TValue, TFilter >? right) |
| |
| static | operator TValue (Filter< TValue, TFilter > other) |
| | Converts the Filter<TValue, TFilter> to its value of type TValue .
|
| |
| bool | Equals (Filter< TValue, TFilter > other) |
| |
| virtual ? TValue | GetRealValue (TValue? value) |
| |
| virtual TValue | ValueOnChanging (TValue? oldValue, TValue? newValue) |
| | Invoked when the value of the filter is changing.
|
| |
| void | RaiseValueOnChanged () |
| | Raises the NotifyPropertyChangedBase.PropertyChanged event for the Value property and invokes the value changed action.
|
| |
| virtual TFilter | CreateNew () |
| | Creates a new instance of the derived filter type.
|
| |
| TValue | Value [get, set] |
| | Gets or sets the value of the filter.
|
| |
Represents a filter for key values with custom JSON serialization/deserialization.
◆ FilterKey() [1/2]
| ATAS.Indicators.FilterKey.FilterKey |
( |
bool |
enableVisible, |
|
|
bool |
asScalar = true |
|
) |
| |
Initializes a new instance of the FilterKey class.
- Parameters
-
| enableVisible | A value indicating whether the filter's Enabled property is visible. |
| asScalar | A value indicating whether the filter represents a scalar value. |
◆ FilterKey() [2/2]
| ATAS.Indicators.FilterKey.FilterKey |
( |
| ) |
|
Initializes a new instance of the FilterKey class with default settings.
The documentation for this class was generated from the following file: