QuickSearchAttribute constructor
namespace: Serenity.Data.Mapping assembly: Serenity.Net.Data
Initializes a new instance of the QuickSearchAttribute class.
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]. |
See Also
- enum SearchType
- class QuickSearchAttribute