Sets the filter definition that control how the result set is filtered. If no filter is specified the results will be unfiltered.

Overload List

  NameDescription
Public methodSetFilterDefinition(FilterDefinition<(Of <<'(TConfigurationObject, TPropertyEnum>)>>))
Sets the filter definition that control how the result set is filtered. If no filter is specified the results will be unfiltered.
Public methodSetFilterDefinition(TPropertyEnum, Object)
Sets the filter definition to filter the results by the filteredProperty, using a Prefix filter match type.
Public methodSetFilterDefinition(TPropertyEnum, Object, FilterMatchType)
Sets the filter definition to filter the results by the filteredProperty.

See Also