Converts a Boolean value into its inverse. More...
Public Member Functions | |
object | Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Converts a value. More... | |
object | ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) |
Converts a value. More... | |
Converts a Boolean value into its inverse.
Definition at line 20 of file IsNotConverter.cs.
object Csla.Xaml.IsNotConverter.Convert | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Converts a value.
value | Original value. |
targetType | Desired output type (ignored). |
parameter | Extra parameter (ignored). |
culture | Desired culture (ignored). |
Definition at line 29 of file IsNotConverter.cs.
object Csla.Xaml.IsNotConverter.ConvertBack | ( | object | value, |
Type | targetType, | ||
object | parameter, | ||
System.Globalization.CultureInfo | culture | ||
) |
Converts a value.
value | Original value. |
targetType | Desired output type (ignored). |
parameter | Extra parameter (ignored). |
culture | Desired culture (ignored). |
Definition at line 41 of file IsNotConverter.cs.