Class FieldToolTipConverter
Combines Helper Text, Error Messages from field validation, and Inheritance Data so they are all displayed in the tool tip.
Implements
Inherited Members
Namespace: Phoenix.Aruba.Converters
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class FieldToolTipConverter : IMultiValueConverter
Methods
View SourceConvert(object[], Type, object, CultureInfo)
Converts a value.
Declaration
public object Convert(object[] values, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
object[] | values | values[0] should be an error message, values[1] should be a TokenizedTextBox, values[2] should be whether we are in design mode |
Type | targetType | The target type. |
object | parameter | Unused parameter. |
CultureInfo | culture | The culture. |
Returns
Type | Description |
---|---|
object | A tool tip containing the Helper Text, Error Messages from field validation, and Inheritance Data. |
ConvertBack(object, Type[], object, CultureInfo)
Converts a value.
Declaration
public object[] ConvertBack(object value, Type[] targetTypes, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
object | value | A value. |
Type[] | targetTypes | The target types. |
object | parameter | A parameter. |
CultureInfo | culture | The culture. |
Returns
Type | Description |
---|---|
object[] | The converted values. |