Class GetKeyValueConverter<T>
public class GetKeyValueConverter<T> : MarkupValueConverterBase, IValueConverter, INotifyPropertyChanged where T : IComparable
Type Parameters
T
- Inheritance
-
GetKeyValueConverter<T>
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
DefaultValue
public object DefaultValue { get; set; }
Property Value
Key1
public T Key1 { get; set; }
Property Value
- T
Key10
public T Key10 { get; set; }
Property Value
- T
Key2
public T Key2 { get; set; }
Property Value
- T
Key3
public T Key3 { get; set; }
Property Value
- T
Key4
public T Key4 { get; set; }
Property Value
- T
Key5
public T Key5 { get; set; }
Property Value
- T
Key6
public T Key6 { get; set; }
Property Value
- T
Key7
public T Key7 { get; set; }
Property Value
- T
Key8
public T Key8 { get; set; }
Property Value
- T
Key9
public T Key9 { get; set; }
Property Value
- T
Value1
public object Value1 { get; set; }
Property Value
Value10
public object Value10 { get; set; }
Property Value
Value2
public object Value2 { get; set; }
Property Value
Value3
public object Value3 { get; set; }
Property Value
Value4
public object Value4 { get; set; }
Property Value
Value5
public object Value5 { get; set; }
Property Value
Value6
public object Value6 { get; set; }
Property Value
Value7
public object Value7 { get; set; }
Property Value
Value8
public object Value8 { get; set; }
Property Value
Value9
public object Value9 { get; set; }
Property Value
Methods
Convert(object, Type, object, CultureInfo)
Converts a value.
public override object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
valueobjectThe value produced by the binding source.
targetTypeTypeThe type of the binding target property.
parameterobjectThe converter parameter to use.
cultureCultureInfoThe culture to use in the converter.
Returns
ConvertBack(object, Type, object, CultureInfo)
Converts a value.
public override object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
valueobjectThe value that is produced by the binding target.
targetTypeTypeThe type to convert to.
parameterobjectThe converter parameter to use.
cultureCultureInfoThe culture to use in the converter.