CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Xaml.IsNotConverter Class Reference

Converts a Boolean value into its inverse. More...

Inheritance diagram for Csla.Xaml.IsNotConverter:

Public Member Functions

object? Convert (object? value, Type? targetType, object? parameter, System.Globalization.CultureInfo? culture)
 Converts a value.
object? ConvertBack (object? value, Type? targetType, object? parameter, System.Globalization.CultureInfo? culture)
 Converts a value.

Detailed Description

Converts a Boolean value into its inverse.

Member Function Documentation

◆ Convert()

object? Csla.Xaml.IsNotConverter.Convert ( object? value,
Type? targetType,
object? parameter,
System.Globalization.CultureInfo? culture )
inline

Converts a value.

Parameters
valueOriginal value.
targetTypeDesired output type (ignored).
parameterExtra parameter (ignored).
cultureDesired culture (ignored).
Exceptions
ArgumentExceptionvalue is not of type bool.

◆ ConvertBack()

object? Csla.Xaml.IsNotConverter.ConvertBack ( object? value,
Type? targetType,
object? parameter,
System.Globalization.CultureInfo? culture )
inline

Converts a value.

Parameters
valueOriginal value.
targetTypeDesired output type (ignored).
parameterExtra parameter (ignored).
cultureDesired culture (ignored).
Exceptions
ArgumentExceptionvalue is not of type bool.

The documentation for this class was generated from the following file: