C# Class ZeroInstall.Services.Feeds.SearchQuery

Exibir arquivo Open project: 0install/0install-win Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Perform ( [ config, [ keywords ) : SearchQuery

Performs a feed search query using the Config.FeedMirror.

ToString ( ) : string

Returns the query in the form "Feed search: Keywords". Not safe for parsing!

Method Details

Perform() public static method

Performs a feed search query using the Config.FeedMirror.
public static Perform ( [ config, [ keywords ) : SearchQuery
config [ The current configuration determining which mirror server to query.
keywords [ The keywords to search for.
return SearchQuery

ToString() public method

Returns the query in the form "Feed search: Keywords". Not safe for parsing!
public ToString ( ) : string
return string