Converts validation severity values into corresponding images. More...
Public Member Functions | |
object | Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Converts validation severity values into corresponding images. More... | |
object | ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Returns the original value. More... | |
Converts validation severity values into corresponding images.
Definition at line 22 of file BrokenRulesSeverityConverter.cs.
object Csla.Xaml.BrokenRuleSeverityConverter.Convert | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Converts validation severity values into corresponding images.
value | Original value. |
targetType | Desired output type (ignored). |
parameter | Extra parameter (ignored). |
culture | Desired culture (ignored). |
Definition at line 33 of file BrokenRulesSeverityConverter.cs.
object Csla.Xaml.BrokenRuleSeverityConverter.ConvertBack | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Returns the original value.
value | Original value. |
targetType | Desired output type (ignored). |
parameter | Extra parameter (ignored). |
culture | Desired culture (ignored). |
Definition at line 53 of file BrokenRulesSeverityConverter.cs.