ReferenceValueAttribute Class

Attribute for enums to hold string values instead of int.

Definition

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

Constructors

ReferenceValueAttribute Constructor class.

Properties

Value Attribute for string value.

Extension Methods

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

See Also