C# Class ZeroInstall.Services.Feeds.SearchResult

Mostra file Open project: 0install/0install-win

Private Properties

Property Type Description

Public Methods

Method Description
ToPseudoFeed ( ) : Feed

Generates a pseudo-Feed using the information from this result.

ToString ( ) : string

Returns the result in the form "Uri NEWLINE Name - Summary [Score]". Not safe for parsing!

Method Details

ToPseudoFeed() public method

Generates a pseudo-Feed using the information from this result.
public ToPseudoFeed ( ) : Feed
return Feed

ToString() public method

Returns the result in the form "Uri NEWLINE Name - Summary [Score]". Not safe for parsing!
public ToString ( ) : string
return string