namespace: Serenity.Data.Mapping assembly: Serenity.Net.Data
Marks the property so that it should be included in quick text searches.
[AttributeUsage(AttributeTargets.All)]
public class QuickSearchAttribute : Attribute
name | description |
---|---|
QuickSearchAttribute(…) | Initializes a new instance of the QuickSearchAttribute class. |
IsExplicit { get; } | Gets a value indicating whether this instance is explicit. |
NumericOnly { get; } | Gets the numeric only. |
SearchType { get; } | Gets the type of the search. |
- Source: QuickSearchAttribute.cs