Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Converters Namespace

Classes

  Class Description
Ff671166.pubclass(en-us,PandP.50).gif BooleanInverseConverter
The BooleanInverseConverter inverts the boolean result of a value.
Ff671166.pubclass(en-us,PandP.50).gif BooleanToHiddenConverter
Converts a bool to a Visibility value, usually in a binding expression.
Ff671166.pubclass(en-us,PandP.50).gif EnumerableToBooleanConverter
The EnumerableToBooleanConverter converts an IEnumerable to bool based on the presence of enumerable items.
Ff671166.pubclass(en-us,PandP.50).gif EnumerableToVisibilityConverter
Ff671166.pubclass(en-us,PandP.50).gif ErrorsToStringConverter
Converts an IEnumerable<T> to a string.
Ff671166.pubclass(en-us,PandP.50).gif InverseBooleanToCollapsedConverter
The InverseBooleanToCollapsedConverter converts a Boolean to Visible if a value is falsefalse (False in Visual Basic)
Ff671166.pubclass(en-us,PandP.50).gif IsWarningToTextConverter
The IsWarningToTextConverter converts a Boolean to a warning or error display string.
Ff671166.pubclass(en-us,PandP.50).gif NullOrEmptyToBooleanConverter
The NullOrEmptyToBooleanConverter converts nullor empty values to boolean values.
Ff671166.pubclass(en-us,PandP.50).gif NullToBooleanConverter
The NullToBooleanConverter converts a value that is possibly nulla null reference (Nothing in Visual Basic) to a Boolean.
Ff671166.pubclass(en-us,PandP.50).gif NullToHiddenConverter
The NullToHiddenConverter converts a possibly nulla null reference (Nothing in Visual Basic)Object to a Visibility value.
Ff671166.pubclass(en-us,PandP.50).gif PropertiesToVisibilityConverter