Class TableLinkConverter
Class for converting a data row to a hyperlink
Inheritance
System.Object
TableLinkConverter
Implements
System.Windows.Data.IMultiValueConverter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Polaris.Visualizations
Assembly: Phoenix.Plugin.Polaris.dll
Syntax
public class TableLinkConverter : IMultiValueConverter
Methods
View SourceConvert(Object[], Type, Object, CultureInfo)
Converts a value a row to a link/text.
Declaration
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System.Object[] | values | The values to convert. |
System.Type | targetType | The parameter is not used. |
System.Object | parameter | The parameter is not used. |
System.Globalization.CultureInfo | culture | The parameter is not used. |
Returns
Type | Description |
---|---|
System.Object | The converted value. |
ConvertBack(Object, Type[], Object, CultureInfo)
Converts a link value back into the target types.
Declaration
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | The value to convert. |
System.Type[] | targetTypes | The parameter is not used. |
System.Object | parameter | The parameter is not used. |
System.Globalization.CultureInfo | culture | The parameter is not used. |
Returns
Type | Description |
---|---|
System.Object[] | The converted value. |
Implements
System.Windows.Data.IMultiValueConverter