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.IdentityConverter Class Reference

Provides the functionality of a WPF value converter without affecting the value as it flows to and from the UI. More...

Inheritance diagram for Csla.Xaml.IdentityConverter:

Public Member Functions

object Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
 Returns the unchanged value. More...
 
object ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
 Returns the unchanged value. More...
 

Detailed Description

Provides the functionality of a WPF value converter without affecting the value as it flows to and from the UI.

Definition at line 19 of file IdentityConverter.cs.

Member Function Documentation

◆ Convert()

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

Returns the unchanged value.

Parameters
valueValue to be converted.
targetTypeDesired value type.
parameterConversion parameter.
cultureConversion culture.

Definition at line 30 of file IdentityConverter.cs.

◆ ConvertBack()

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

Returns the unchanged value.

Parameters
valueValue to be converted.
targetTypeDesired value type.
parameterConversion parameter.
cultureConversion culture.

Definition at line 44 of file IdentityConverter.cs.