SearchMemberMode Enum
Specifies whether all the properties of the target business class can be used in the search performed by the FullTextSearch Action (see FilterController.FullTextFilterAction).
Namespace: DevExpress.ExpressApp.Filtering
Assembly: DevExpress.ExpressApp.v21.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Members
Name | Description |
---|---|
Unknown
|
When used by the SearchClassOptionsAttribute, properties of the target class that can be used in the search performed by the FullTextSearch Action are unspecified. |
Include
|
When used by the SearchClassOptionsAttribute, specifies that all the properties of the target class can be used in the search performed by the FullTextSearch Action, if they satisfy the Filter Controller’s FilterController.FullTextSearchTargetPropertiesMode. When used by the SearchMemberOptionsAttribute, specifies that the target property can be used in the search performed by the FullTextSearch Action. |
Exclude
|
When used by the SearchClassOptionsAttribute, specifies that none of the properties of the target class can be used in the search performed by the FullTextSearch Action, if they satisfy the Filter Controller’s FilterController.FullTextSearchTargetPropertiesMode. When used by the SearchMemberOptionsAttribute, specifies whether the target property cannot be used in the search performed by the FullTextSearch Action. |
Remarks
This enumeration’s values are used to set the useMemberInCriteria parameter in the SearchMemberOptionsAttribute, and the includeMembersInCriteria parameter in the SearchClassOptionsAttribute.