IEnumTypeField interface

namespace: Serenity.Data   assemblySerenity.Net.Entity

Interface for fields with an enum type property

public interface IEnumTypeField

Members

name description
EnumType { get; set; } Gets or sets the type of the enum.

See Also