Namespace Sartorius.SAF.Presentation.Converter
Classes
AddDoubleConverter
Adds a double provided via the converter parameter to the value.
BitmapConverter
Implements methods to convert bitmap sources.
BooleanConverter<T>
Base class for converting boolean values.
BooleanMultiConverterExtension
Converts a few boolean values to one boolean value depending on the boolean operation
BooleanToVisibilityConverter
Implements System.Boolean to System.Windows.Visibility Visibility converter.
CalculateDoubleConverter
Converts an System.IConvertible by applying a calculation operation with a value provided by the ConverterParameter. Or applies the calculation operation to every value when used as System.Windows.Data.IMultiValueConverter.
ColorToBrushConverter
Converts given Color to SolidColorBrush
ConverterExtensionBase
Base class for value converter.
DoubleComparisonToBooleanConverter
Compares a double to the converter parameter and converts to a boolean. If used as System.Windows.Data.IMultiValueConverter the first value is compared to the second.
EmptyEnumerableToVisibilityConverter
Converter an enumerable to Visibility.Collapsed
EmptyStringToVisibilityConverter
Converts an string to System.Windows.Visibility. If the string is null or empty the Null value is returned.
FlagEnumToBooleanConverter
Converts an enumeration to a boolean if the given enum value has the flag provided by the converter parameter.
FormattingConverter
Converts multi values according to a bound format string.
HasIDataErrorInfoToBooleanConverter
Checks whether the value to convert implements System.ComponentModel.IDataErrorInfo.
InverseBooleanConverter
Inverse convertion of a boolean
IsTypeConverter
Converts an object to a Boolean. Yields True
if the object is of the System.Type provided by the converter parameter.
MarkdownLinkConverter
Converts a string containing markdown style links to a System.Windows.Controls.TextBlock.
MultiBooleanToVisibilityConverterExtension
Converts a few boolean values to a Visibility value depending on the boolean operation
MultiConverterExtensionBase
Base class for MultiValueConverter
NullConverter<T>
Implements an abstract null converter.
NullOrEmptyConverter<T, TResult>
Implements an abstract null or empty converter.
NullToBooleanConverter
Converts a value to true if it is not null, otherwise to false.
NullToVisibilityConverter
Converts a value to System.Windows.Visibility.Visible if it is not null, otherwise to System.Windows.Visibility.Collapsed.
PanelWidthConverter
Converts the ActualWidth of the Parent window to the width of the "FilterControl".
PopupWidthConverter
StringIsNullOrEmptyToBooleanConverter
Converts a string to a boolean depending whether the string is null or empty
StringToResourceConverter
Get a Resource by Key
ThicknessMultiConverter
This converter takes values and converts them to a System.Windows.Thickness:
ToUpperStringConverter
Converts a System.String to upper case.
TreeViewItemDepthToIndentionConverter
Converts to the correct left margin for a System.Windows.Controls.TreeViewItem based on its level depth in the System.Windows.Controls.TreeView.
ValidationSeverityToVisibilityConverter
Convert ValidationSeverity to visibility.
VisibilityToBooleanConverter
Converts the System.Windows.Visibility to a System.Boolean where Visible equals true and Collapsed equals false.
VisibilityToGridLengthConverter
converts visibility property to * or Auto
Enums
BoolOperation
Defines boolean operations
CalcOperation
Defines a calculation operation
ComparisonType
The type of comparison used in the DoubleComparisonToBooleanConverter