CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
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.
object? ConvertBack (object? value, Type? targetType, object? parameter, System.Globalization.CultureInfo? culture)
 Returns the unchanged value.

Detailed Description

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

Member Function Documentation

◆ Convert()

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

Returns the unchanged value.

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

◆ ConvertBack()

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

Returns the unchanged value.

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

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