C# 클래스 ZeroInstall.Services.Feeds.SearchQuery

파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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!

메소드 상세

Perform() 공개 정적인 메소드

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.
리턴 SearchQuery

ToString() 공개 메소드

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