LocalizedDescriptionAttribute Class

Helper to translate enums.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public class LocalizedDescriptionAttribute : DescriptionAttribute
Inheritance
Object    Attribute    DescriptionAttribute    LocalizedDescriptionAttribute

Constructors

LocalizedDescriptionAttribute Attribute used to translate enums.

Properties

Description Translated description.
(Overrides DescriptionAttributeDescription)

Extension Methods

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

See Also