Table of Contents

Class ComparableConverters

Namespace
CarinaStudio.Data.Converters
Assembly
CarinaStudio.AppBase.Avalonia.dll

Predefined Avalonia.Data.Converters.IValueConverters to convert from IComparables or IComparable<T>s.

public static class ComparableConverters
Inheritance
ComparableConverters
Inherited Members

Fields

IsGreaterThan

Convert from IComparable to bool if value is greater than parameter.

public static readonly IValueConverter IsGreaterThan

Field Value

IValueConverter

IsNotGreaterThan

Convert from IComparable to bool if value isn't greater than parameter.

public static readonly IValueConverter IsNotGreaterThan

Field Value

IValueConverter

IsNotSmallerThan

Convert from IComparable to bool if value isn't smaller than parameter.

public static readonly IValueConverter IsNotSmallerThan

Field Value

IValueConverter

IsSmallerThan

Convert from IComparable to bool if value is smaller than parameter.

public static readonly IValueConverter IsSmallerThan

Field Value

IValueConverter

Max

Select the maximum IComparable.

public static readonly IMultiValueConverter Max

Field Value

IMultiValueConverter

Min

Select the minimum IComparable.

public static readonly IMultiValueConverter Min

Field Value

IMultiValueConverter