C# 클래스 Nagru___Manga_Organizer.csEHSearch

Holds the results of an EH search
파일 보기 프로젝트 열기: Nagru/Manga-Organizer 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
FormatSearch ( string SearchTerms, bool useEXH, byte Options ) : string

Creates the search string

메소드 상세

Add() 공개 메소드

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

Clear() 공개 메소드

Clears the result set
public Clear ( ) : void
리턴 void

LoadMetadata() 공개 정적인 메소드

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

SaveOptions() 공개 메소드

Save the gallery type settings
public SaveOptions ( ) : void
리턴 void

Search() 공개 메소드

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

Title() 공개 메소드

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

URL() 공개 메소드

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

csEHSearch() 공개 메소드

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