Skip to main content
.NET 6.0+

SearchClassOptionsAttribute.IncludeMembersInCriteria Property

Indicates whether to include or exclude the target class’ properties from the search performed by the FullTextSearch Action (see FilterController.FullTextFilterAction).

Namespace: DevExpress.ExpressApp.Filtering

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public SearchMemberMode IncludeMembersInCriteria { get; }

Property Value

Type Description
SearchMemberMode

The SearchMemberMode enumeration value specifying whether to include or exclude the target class’ properties from the search performed by the FullTextSearch Action.

Remarks

This property is specified by the includeMembersInCriteria parameter passed in the SearchClassOptionsAttribute, applied to a business class. The following values are possible:

See Also