Back to Devexpress

DelegateConverterFactory Methods

wpf-devexpress-dot-mvvm-dot-ui-dot-delegateconverterfactory-dot-underscore-methods.md

latest7.3 KB
Original Source

DelegateConverterFactory Methods

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

NameDescription
CreateMultiValueConverter(Func<Object[], Object>, Func<Object, Object[]>) staticCreates an instance of object that implements the IMultiValueConverter interface.
CreateMultiValueConverter(Func<Object[], Type, Object, CultureInfo, Object>, Func<Object, Type[], Object, CultureInfo, Object[]>) staticCreates an instance of object that implements the IMultiValueConverter interface.
CreateMultiValueConverter<TIn1, TIn2, TOut>(Func<TIn1, TIn2, TOut>, Func<TOut, Tuple<TIn1, TIn2>>) staticCreates 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>>) staticCreates 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>>) staticCreates 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>>) staticCreates 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>>) staticCreates an instance of an object that implements the IMultiValueConverter interface.
CreateValueConverter(Func<Object, Object>, Func<Object, Object>) staticCreates an instance of object that implements the IValueConverter interface.
CreateValueConverter(Func<Object, Type, Object, CultureInfo, Object>, Func<Object, Type, Object, CultureInfo, Object>) staticCreates an instance of an object that implements the IValueConverter interface.
CreateValueConverter<TIn, TOut>(Func<TIn, TOut>, Func<TOut, TIn>) staticCreates an instance of an object that implements the IValueConverter interface.
CreateValueConverter<TIn, TOut>(Func<TIn, Object, CultureInfo, TOut>, Func<TOut, Object, CultureInfo, TIn>) staticCreates an instance of an object that implements the IValueConverter interface.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

DelegateConverterFactory Class

DelegateConverterFactory Members

DevExpress.Mvvm.UI Namespace