Skip to main content
.NET 6.0+

SearchClassOptionsAttribute Properties

Specifies whether all properties of the target class can be used by the FullTextSearch Action, if they satisfy the Filter Controller’s FilterController.FullTextSearchTargetPropertiesMode.
Name Description
IncludeMembersInCriteria Indicates whether to include or exclude the target class’ properties from the search performed by the FullTextSearch Action (see FilterController.FullTextFilterAction).
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
See Also