C# 클래스 BookInfo.BookUrl

파일 보기 프로젝트 열기: gzb1985/doumi

공개 프로퍼티들

프로퍼티 타입 설명
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