EnumToDescriptionConverter Class

Enum to description converter class.

Definition

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

Constructors

EnumToDescriptionConverterInitializes a new instance of the EnumToDescriptionConverter class

Methods

Convert Get the description of an enumeration.
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