C# Class ZeroInstall.Services.Feeds.SearchQuery

Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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.
Résultat SearchQuery

ToString() public méthode

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