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