EnumFilteringAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates that property should use enum type of filtering

[AttributeUsage(AttributeTargets.All)]
public class EnumFilteringAttribute : CustomFilteringAttribute

Public Members

name description
EnumFilteringAttribute() Initializes a new instance of the EnumFilteringAttribute class.
EnumKey { get; set; } Gets or sets the enum key.
const Key Filtering type key

See Also