C# Class BookData, NewCloud

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

Méthodes publiques

Méthode 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 méthode

public SetBookAuthor ( string author ) : void
author string
Résultat void

SetBookDetailUrl() public méthode

public SetBookDetailUrl ( string url ) : void
url string
Résultat void

SetBookOverallRating() public méthode

public SetBookOverallRating ( int rating ) : void
rating int
Résultat void

SetBookRating() public méthode

public SetBookRating ( int rating ) : void
rating int
Résultat void

SetBookRegularPrice() public méthode

public SetBookRegularPrice ( float price ) : void
price float
Résultat void

SetBookThumbUrl() public méthode

public SetBookThumbUrl ( string url ) : void
url string
Résultat void

SetBookTitle() public méthode

public SetBookTitle ( string title ) : void
title string
Résultat void

SetBookYourPrice() public méthode

public SetBookYourPrice ( float price ) : void
price float
Résultat void