Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SearchClassOptionsAttribute(SearchMemberMode) Constructor

Initializes a new instance of the SearchClassOptionsAttribute class and sets the SearchClassOptionsAttribute.IncludeMembersInCriteria property.

Namespace: DevExpress.ExpressApp.Filtering

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public SearchClassOptionsAttribute(
    SearchMemberMode includeMembersInCriteria
)

Parameters

Name Type Description
includeMembersInCriteria SearchMemberMode

The SearchMemberMode enumeration value, specifying whether to include or exclude the target class’ properties from the search performed by the FullTextSearchAction (see FilterController.FullTextFilterAction).

See Also