EnumKeyAttribute class
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Sets the enumeration key of an enum
[AttributeUsage(AttributeTargets.Enum)]
public class EnumKeyAttribute : Attribute
Public Members
| name | description |
|---|---|
| EnumKeyAttribute(…) | Initializes a new instance of the EnumKeyAttribute class. |
| Value { get; } | Gets the enum key. |
See Also
- Source: EnumKeyAttribute.cs