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 |
public SetBookAuthor ( string author ) : void | ||
author | string | |
Résultat | void |
public SetBookDetailUrl ( string url ) : void | ||
url | string | |
Résultat | void |
public SetBookOverallRating ( int rating ) : void | ||
rating | int | |
Résultat | void |
public SetBookRegularPrice ( float price ) : void | ||
price | float | |
Résultat | void |
public SetBookThumbUrl ( string url ) : void | ||
url | string | |
Résultat | void |
public SetBookTitle ( string title ) : void | ||
title | string | |
Résultat | void |
public SetBookYourPrice ( float price ) : void | ||
price | float | |
Résultat | void |