Show / Hide Table of Contents

Class FieldToolTipConverter

Combines Helper Text, Error Messages from field validation, and Inheritance Data so they are all displayed in the tool tip.

Inheritance
object
FieldToolTipConverter
Implements
IMultiValueConverter
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba.Converters
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class FieldToolTipConverter : IMultiValueConverter

Methods

View Source

Convert(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.

View Source

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.

Implements

IMultiValueConverter
  • View Source
In this article
Back to top Generated by DocFX