CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
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. More...
 
object ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
 Converts a value. More...
 

Detailed Description

Converts a Boolean value into its inverse.

Definition at line 20 of file IsNotConverter.cs.

Member Function Documentation

◆ Convert()

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

Converts a value.

Parameters
valueOriginal value.
targetTypeDesired output type (ignored).
parameterExtra parameter (ignored).
cultureDesired culture (ignored).

Definition at line 29 of file IsNotConverter.cs.

◆ ConvertBack()

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

Converts a value.

Parameters
valueOriginal value.
targetTypeDesired output type (ignored).
parameterExtra parameter (ignored).
cultureDesired culture (ignored).

Definition at line 41 of file IsNotConverter.cs.