C# Class Signum.Windows.DoubleListConverter

Inheritance: IMultiValueConverter
Mostra file Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
Instance DoubleListConverter

Public Methods

Method Description
CleanErrorMessage ( System.Windows.Controls.ValidationError error ) : string
Convert ( object values, Type targetType, object parameter, CultureInfo culture ) : object
ConvertBack ( object value, Type targetTypes, object parameter, CultureInfo culture ) : object[]

Method Details

CleanErrorMessage() public static method

public static CleanErrorMessage ( System.Windows.Controls.ValidationError error ) : string
error System.Windows.Controls.ValidationError
return string

Convert() public method

public Convert ( object values, Type targetType, object parameter, CultureInfo culture ) : object
values object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
return object

ConvertBack() public method

public ConvertBack ( object value, Type targetTypes, object parameter, CultureInfo culture ) : object[]
value object
targetTypes System.Type
parameter object
culture System.Globalization.CultureInfo
return object[]

Property Details

Instance public_oe static_oe property

public static DoubleListConverter,Signum.Windows Instance
return DoubleListConverter