C# Class BookInfo.BookUrl

Afficher le fichier Open project: gzb1985/doumi

Méthodes publiques

Свойство Type Description
apiKey string
isbnBookBaseUrl string
searchBaseUrl string

Méthodes publiques

Méthode Description
BookUrl ( ) : System
ConstructBookReviewsUrl ( string isbn, int startIndex, int maxResults ) : string
ConstructBookSearchUrl ( string searchKey, int startIndex, int maxResults ) : string
ConstructBookUrl ( string isbn ) : string

Method Details

BookUrl() public méthode

public BookUrl ( ) : System
Résultat System

ConstructBookReviewsUrl() public méthode

public ConstructBookReviewsUrl ( string isbn, int startIndex, int maxResults ) : string
isbn string
startIndex int
maxResults int
Résultat string

ConstructBookSearchUrl() public méthode

public ConstructBookSearchUrl ( string searchKey, int startIndex, int maxResults ) : string
searchKey string
startIndex int
maxResults int
Résultat string

ConstructBookUrl() public méthode

public ConstructBookUrl ( string isbn ) : string
isbn string
Résultat string

Property Details

apiKey public_oe static_oe property

public static string apiKey
Résultat string

isbnBookBaseUrl public_oe static_oe property

public static string isbnBookBaseUrl
Résultat string

searchBaseUrl public_oe static_oe property

public static string searchBaseUrl
Résultat string