QuickSearchAttribute class
namespace: Serenity.Data.Mapping assembly: Serenity.Net.Services
Marks the property so that it should be included in quick text searches.
[AttributeUsage(AttributeTargets.All)]
public class QuickSearchAttribute : Attribute
| parameter | description |
|---|---|
| searchType | Type of the search. |
| numericOnly | The numeric only. |
| isExplicit | if set to true [is explicit]. |
Public Members
| name | description |
|---|---|
| QuickSearchAttribute(…) | Marks the property so that it should be included in quick text searches. |
| 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. |
Remarks
Initializes a new instance of the QuickSearchAttribute class.
See Also
- Source: QuickSearchAttribute.cs