C# Class Nagru___Manga_Organizer.csEHSearch

Holds the results of an EH search
Mostrar archivo Open project: Nagru/Manga-Organizer Class Usage Examples

Public Methods

Method Description
Add ( string sURL, string sTitle ) : void

Adds a possible match from EH

Clear ( ) : void

Clears the result set

LoadMetadata ( string sAddress ) : gmetadata

Loads and parses a response from an EH URL

SaveOptions ( ) : void

Save the gallery type settings

Search ( string SearchTerms ) : void

Searches EH and returns a list of gallery titles and addresses

Title ( int index ) : string

Returns the title at the specified index

URL ( int index ) : string

Returns the url at the specified index

csEHSearch ( string SearchTerms = null ) : System

Sets the initial values of the object

Private Methods

Method Description
FormatSearch ( string SearchTerms, bool useEXH, byte Options ) : string

Creates the search string

Method Details

Add() public method

Adds a possible match from EH
public Add ( string sURL, string sTitle ) : void
sURL string
sTitle string
return void

Clear() public method

Clears the result set
public Clear ( ) : void
return void

LoadMetadata() public static method

Loads and parses a response from an EH URL
public static LoadMetadata ( string sAddress ) : gmetadata
sAddress string
return gmetadata

SaveOptions() public method

Save the gallery type settings
public SaveOptions ( ) : void
return void

Search() public method

Searches EH and returns a list of gallery titles and addresses
public Search ( string SearchTerms ) : void
SearchTerms string The terms to search for
return void

Title() public method

Returns the title at the specified index
public Title ( int index ) : string
index int
return string

URL() public method

Returns the url at the specified index
public URL ( int index ) : string
index int
return string

csEHSearch() public method

Sets the initial values of the object
public csEHSearch ( string SearchTerms = null ) : System
SearchTerms string
return System