QuickSearchAttribute constructor

namespace: Serenity.Data.Mapping   assemblySerenity.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