NotFilterableAttribute class
namespace: Serenity.ComponentModel assembly: Serenity.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
- Source: NotFilterableAttribute.cs