C# Класс BookInfo.BookUrl

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
apiKey string
isbnBookBaseUrl string
searchBaseUrl string

Открытые методы

Метод Описание
BookUrl ( ) : System
ConstructBookReviewsUrl ( string isbn, int startIndex, int maxResults ) : string
ConstructBookSearchUrl ( string searchKey, int startIndex, int maxResults ) : string
ConstructBookUrl ( string isbn ) : string

Описание методов

BookUrl() публичный Метод

public BookUrl ( ) : System
Результат System

ConstructBookReviewsUrl() публичный Метод

public ConstructBookReviewsUrl ( string isbn, int startIndex, int maxResults ) : string
isbn string
startIndex int
maxResults int
Результат string

ConstructBookSearchUrl() публичный Метод

public ConstructBookSearchUrl ( string searchKey, int startIndex, int maxResults ) : string
searchKey string
startIndex int
maxResults int
Результат string

ConstructBookUrl() публичный Метод

public ConstructBookUrl ( string isbn ) : string
isbn string
Результат string

Описание свойств

apiKey публичное статическое свойство

public static string apiKey
Результат string

isbnBookBaseUrl публичное статическое свойство

public static string isbnBookBaseUrl
Результат string

searchBaseUrl публичное статическое свойство

public static string searchBaseUrl
Результат string