EnumField<TEnum> class
namespace: Serenity.Data assembly: Serenity.Net.Entity
Field with an Enum value
public class EnumField<TEnum> : Int32Field
where TEnum : struct, IComparable, IFormattable, IConvertible
parameter | description |
---|---|
TEnum | The type of the enum. |
Public Members
name | description |
---|---|
EnumField(…) | Initializes a new instance of the EnumField class. |
Item { get; set; } | Gets or sets the value of this field with the specified row. |
See Also
- class Int32Field
- Source: EnumField.cs