Skip to main content
A newer version of this page is available. .

DelegateConverterFactory Members

Provides a set of static methods to create IValueConverter and IMutliValueConverter instances based on passed delegates.

Methods

Name Description
CreateMultiValueConverter(Func<Object[], Object>, Func<Object, Object[]>) static Creates an instance of object that implements the IMultiValueConverter interface.
CreateMultiValueConverter(Func<Object[], Type, Object, CultureInfo, Object>, Func<Object, Type[], Object, CultureInfo, Object[]>) static Creates an instance of object that implements the IMultiValueConverter interface.
CreateMultiValueConverter<TIn1, TIn2, TOut>(Func<TIn1, TIn2, TOut>, Func<TOut, Tuple<TIn1, TIn2>>) static Creates an instance of object that implements the IMultiValueConverter interface.
CreateMultiValueConverter<TIn1, TIn2, TIn3, TOut>(Func<TIn1, TIn2, TIn3, TOut>, Func<TOut, Tuple<TIn1, TIn2, TIn3>>) static Creates an instance of an object that implements the IMultiValueConverter interface.
CreateMultiValueConverter<TIn1, TIn2, TIn3, TIn4, TOut>(Func<TIn1, TIn2, TIn3, TIn4, TOut>, Func<TOut, Tuple<TIn1, TIn2, TIn3, TIn4>>) static Creates an instance of an object that implements the IMultiValueConverter interface.
CreateMultiValueConverter<TIn1, TIn2, TIn3, TIn4, TIn5, TOut>(Func<TIn1, TIn2, TIn3, TIn4, TIn5, TOut>, Func<TOut, Tuple<TIn1, TIn2, TIn3, TIn4, TIn5>>) static Creates an instance of an object that implements the IMultiValueConverter interface.
CreateMultiValueConverter<TIn1, TIn2, TIn3, TIn4, TIn5, TIn6, TOut>(Func<TIn1, TIn2, TIn3, TIn4, TIn5, TIn6, TOut>, Func<TOut, Tuple<TIn1, TIn2, TIn3, TIn4, TIn5, TIn6>>) static Creates an instance of an object that implements the IMultiValueConverter interface.
CreateValueConverter(Func<Object, Object>, Func<Object, Object>) static Creates an instance of object that implements the IValueConverter interface.
CreateValueConverter(Func<Object, Type, Object, CultureInfo, Object>, Func<Object, Type, Object, CultureInfo, Object>) static Creates an instance of an object that implements the IValueConverter interface.
CreateValueConverter<TIn, TOut>(Func<TIn, TOut>, Func<TOut, TIn>) static Creates an instance of an object that implements the IValueConverter interface.
CreateValueConverter<TIn, TOut>(Func<TIn, Object, CultureInfo, TOut>, Func<TOut, Object, CultureInfo, TIn>) static Creates an instance of an object that implements the IValueConverter interface.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also