NothingToBooleanConverter Class

Nothing to boolean converter class.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class NothingToBooleanConverter : IValueConverter
Inheritance
Object    NothingToBooleanConverter
Implements
IValueConverter

Constructors

NothingToBooleanConverterInitializes a new instance of the NothingToBooleanConverter class

Properties

IsReversed Reverses the operation of the converter.

Methods

Convert Converts to if the value exists; otherwise, .
ConvertBack Not implemented.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also