Search filter value representing a boolean.
More...
|
bool | Value [get, set] |
| Gets or sets the value.
|
|
|
void | FireChangedEvent () |
| Fires the Changed event which indicates the search filter value has changed.
|
|
EventHandler | Changed |
| Event fired when the search filter value changes.
|
|
Search filter value representing a boolean.
◆ Deserialize()
override bool VideoOS.Platform.Search.FilterValues.BoolFilterValue.Deserialize |
( |
string | data | ) |
|
|
inline |
Restore filter value from the string.
- Parameters
-
data | String representation of the filter value. |
- Returns
- True if successfully deserialized. False otherwise.
◆ FallbackDisplayValue()
override string VideoOS.Platform.Search.FilterValues.BoolFilterValue.FallbackDisplayValue |
( |
| ) |
|
|
inline |
Fallback value displayed in the UI if SearchFilter.GetDisplayValue is not overridden in the search filter.
- Returns
- A (fallback) string representation of the filter value to be displayed in a graphical user interface.
◆ Serialize()
override string VideoOS.Platform.Search.FilterValues.BoolFilterValue.Serialize |
( |
| ) |
|
|
inline |
Save filter value into a string.
- Returns
- String representation of the filter value.
◆ Value
bool VideoOS.Platform.Search.FilterValues.BoolFilterValue.Value |
|
getset |