C# Class MahTweets.UI.Converters.ContactCheckConverter

Converter to return a boolean if a contact is in a list
Inheritance: IMultiValueConverter
Mostra file Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

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

Convert

ConvertBack ( object value, Type targetTypes, object parameter, CultureInfo culture ) : object[]

Convert Back (not implemented)

Method Details

Convert() public method

Convert
public Convert ( object values, Type targetType, object parameter, CultureInfo culture ) : object
values object [0] is Contact, [1] is Filters object
targetType System.Type Not used
parameter object Not used
culture System.Globalization.CultureInfo Not used
return object

ConvertBack() public method

Convert Back (not implemented)
Not implemented
public ConvertBack ( object value, Type targetTypes, object parameter, CultureInfo culture ) : object[]
value object Not used
targetTypes System.Type Not used
parameter object Not used
culture System.Globalization.CultureInfo Not used
return object[]