QuickSearchAttribute constructor
namespace: Serenity.Data.Mapping assembly: Serenity.Net.Services
Marks the property so that it should be included in quick text searches.
public QuickSearchAttribute(SearchType searchType = SearchType.Auto, int numericOnly = -1,
bool isExplicit = false)
| parameter | description |
|---|---|
| searchType | Type of the search. |
| numericOnly | The numeric only. |
| isExplicit | if set to true [is explicit]. |
Remarks
Initializes a new instance of the QuickSearchAttribute class.
See Also
- enum SearchType
- class QuickSearchAttribute