C# Class BExplorer.Shell.SearchConditionFactory

Provides methods for creating or resolving a condition tree that was obtained by parsing a query string.
Show file Open project: Gainedge/BetterExplorer

Public Methods

Method Description
ParseStructuredQuery ( string query, CultureInfo cultureInfo = null ) : SearchCondition

Parses an input string that contains Structured Query keywords (using Advanced Query Syntax or Natural Query Syntax) and produces a SearchCondition object.

For more information on structured query syntax, visit http://msdn.microsoft.com/en-us/library/bb233500.aspx and http://www.microsoft.com/windows/products/winfamily/desktopsearch/technicalresources/advquery.mspx

Method Details

ParseStructuredQuery() public static method

Parses an input string that contains Structured Query keywords (using Advanced Query Syntax or Natural Query Syntax) and produces a SearchCondition object.
For more information on structured query syntax, visit http://msdn.microsoft.com/en-us/library/bb233500.aspx and http://www.microsoft.com/windows/products/winfamily/desktopsearch/technicalresources/advquery.mspx
public static ParseStructuredQuery ( string query, CultureInfo cultureInfo = null ) : SearchCondition
query string The query to be parsed
cultureInfo System.Globalization.CultureInfo The culture used to select the localized language for keywords.
return SearchCondition