Converts validation severity values into corresponding images.
More...
|
| object? | Convert (object? value, Type? targetType, object? parameter, System.Globalization.CultureInfo? culture) |
| | Converts validation severity values into corresponding images.
|
| object? | ConvertBack (object? value, Type? targetType, object? parameter, System.Globalization.CultureInfo? culture) |
| | Returns the original value.
|
Converts validation severity values into corresponding images.
◆ Convert()
| object? Csla.Xaml.BrokenRuleSeverityConverter.Convert |
( |
object? | value, |
|
|
Type? | targetType, |
|
|
object? | parameter, |
|
|
System.Globalization.CultureInfo? | culture ) |
|
inline |
Converts validation severity values into corresponding images.
- Parameters
-
| value | Original value. |
| targetType | Desired output type (ignored). |
| parameter | Extra parameter (ignored). |
| culture | Desired culture (ignored). |
- Exceptions
-
◆ ConvertBack()
| object? Csla.Xaml.BrokenRuleSeverityConverter.ConvertBack |
( |
object? | value, |
|
|
Type? | targetType, |
|
|
object? | parameter, |
|
|
System.Globalization.CultureInfo? | culture ) |
|
inline |
Returns the original value.
- Parameters
-
| value | Original value. |
| targetType | Desired output type (ignored). |
| parameter | Extra parameter (ignored). |
| culture | Desired culture (ignored). |
The documentation for this class was generated from the following file: