ReferenceNameAttribute 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 ReferenceNameAttribute : Attribute
Inheritance
Object    Attribute    ReferenceNameAttribute

Constructors

ReferenceNameAttribute Constructor class.

Properties

Name Attribute for string name.

Extension Methods

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

See Also