C# Class BookInfo.BookUrl

Show file Open project: gzb1985/doumi

Public Properties

Property Type Description
apiKey string
isbnBookBaseUrl string
searchBaseUrl string

Public Methods

Method 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 method

public BookUrl ( ) : System
return System

ConstructBookReviewsUrl() public method

public ConstructBookReviewsUrl ( string isbn, int startIndex, int maxResults ) : string
isbn string
startIndex int
maxResults int
return string

ConstructBookSearchUrl() public method

public ConstructBookSearchUrl ( string searchKey, int startIndex, int maxResults ) : string
searchKey string
startIndex int
maxResults int
return string

ConstructBookUrl() public method

public ConstructBookUrl ( string isbn ) : string
isbn string
return string

Property Details

apiKey public static property

public static string apiKey
return string

isbnBookBaseUrl public static property

public static string isbnBookBaseUrl
return string

searchBaseUrl public static property

public static string searchBaseUrl
return string