NotFilterableAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates that the field this attribute is placed on is not filterable.

[AttributeUsage(AttributeTargets.All)]
public class NotFilterableAttribute : Attribute

Public Members

name description
NotFilterableAttribute(…) Initializes a new instance of the NotFilterableAttribute class.
Value { get; } Gets a value indicating whether this NotFilterableAttribute is enabled.

See Also