C# Class Zetbox.Client.WPF.Commands.Converter

Inheritance: IValueConverter
Exibir arquivo Open project: daszat/zetbox

Public Methods

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

Converts a Zetbox.Client.Presentables.ICommandViewModel into a System.Windows.Input.ICommand by using the WrappedZetboxCommand.

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

Not implemented.

Method Details

Convert() public method

Converts a Zetbox.Client.Presentables.ICommandViewModel into a System.Windows.Input.ICommand by using the WrappedZetboxCommand.
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object the command to wrap
targetType System.Type The parameter is not used.
parameter object The parameter is not used.
culture System.Globalization.CultureInfo The parameter is not used.
return object

ConvertBack() public method

Not implemented.
Always.
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object This parameter is not used.
targetType System.Type The parameter is not used.
parameter object The parameter is not used.
culture System.Globalization.CultureInfo The parameter is not used.
return object