C# 클래스 BookData, NewCloud

Model containing the book information, used by the BookInformationParser class.
파일 보기 프로젝트 열기: nileshlg2003/NewCloud 1 사용 예제들

공개 메소드들

메소드 설명
SetBookAuthor ( string author ) : void
SetBookDetailUrl ( string url ) : void
SetBookOverallRating ( int rating ) : void
SetBookRating ( int rating ) : void
SetBookRegularPrice ( float price ) : void
SetBookThumbUrl ( string url ) : void
SetBookTitle ( string title ) : void
SetBookYourPrice ( float price ) : void

메소드 상세

SetBookAuthor() 공개 메소드

public SetBookAuthor ( string author ) : void
author string
리턴 void

SetBookDetailUrl() 공개 메소드

public SetBookDetailUrl ( string url ) : void
url string
리턴 void

SetBookOverallRating() 공개 메소드

public SetBookOverallRating ( int rating ) : void
rating int
리턴 void

SetBookRating() 공개 메소드

public SetBookRating ( int rating ) : void
rating int
리턴 void

SetBookRegularPrice() 공개 메소드

public SetBookRegularPrice ( float price ) : void
price float
리턴 void

SetBookThumbUrl() 공개 메소드

public SetBookThumbUrl ( string url ) : void
url string
리턴 void

SetBookTitle() 공개 메소드

public SetBookTitle ( string title ) : void
title string
리턴 void

SetBookYourPrice() 공개 메소드

public SetBookYourPrice ( float price ) : void
price float
리턴 void