C# Class DistanceAndDirectionLibrary.EnumToFriendlyNameConverter

Inheritance: IValueConverter
Mostrar archivo Open project: Esri/distance-direction-addin-dotnet

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Convert value for binding from source object

ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object

ConvertBack value from binding back to source object

Method Details

Convert() public method

Convert value for binding from source object
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
return object

ConvertBack() public method

ConvertBack value from binding back to source object
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
return object