Provides the functionality of a WPF value converter without affecting the value as it flows to and from the UI. More...
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... | |
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.
| object Csla.Xaml.IdentityConverter.Convert | ( | object | value, |
| Type | targetType, | ||
| object | parameter, | ||
| System.Globalization.CultureInfo | culture | ||
| ) |
Returns the unchanged value.
| value | Value to be converted. |
| targetType | Desired value type. |
| parameter | Conversion parameter. |
| culture | Conversion culture. |
Definition at line 30 of file IdentityConverter.cs.
| object Csla.Xaml.IdentityConverter.ConvertBack | ( | object | value, |
| Type | targetType, | ||
| object | parameter, | ||
| System.Globalization.CultureInfo | culture | ||
| ) |
Returns the unchanged value.
| value | Value to be converted. |
| targetType | Desired value type. |
| parameter | Conversion parameter. |
| culture | Conversion culture. |
Definition at line 44 of file IdentityConverter.cs.