Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.03 KB

QuickSearchAttribute.md

File metadata and controls

22 lines (16 loc) · 1.03 KB

QuickSearchAttribute class

namespace: Serenity.Data.Mapping   assemblySerenity.Net.Data

Marks the property so that it should be included in quick text searches.

[AttributeUsage(AttributeTargets.All)]
public class QuickSearchAttribute : Attribute

Public Members

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.

See Also