C# Class BookData, NewCloud

Model containing the book information, used by the BookInformationParser class.
Show file Open project: nileshlg2003/NewCloud Class Usage Examples

Public Methods

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

Method Details

SetBookAuthor() public method

public SetBookAuthor ( string author ) : void
author string
return void

SetBookDetailUrl() public method

public SetBookDetailUrl ( string url ) : void
url string
return void

SetBookOverallRating() public method

public SetBookOverallRating ( int rating ) : void
rating int
return void

SetBookRating() public method

public SetBookRating ( int rating ) : void
rating int
return void

SetBookRegularPrice() public method

public SetBookRegularPrice ( float price ) : void
price float
return void

SetBookThumbUrl() public method

public SetBookThumbUrl ( string url ) : void
url string
return void

SetBookTitle() public method

public SetBookTitle ( string title ) : void
title string
return void

SetBookYourPrice() public method

public SetBookYourPrice ( float price ) : void
price float
return void