C# Class ConsoleApplication.PrintMethods

Afficher le fichier Open project: TradeMe/trade-me-api-wrapper Class Usage Examples

Méthodes publiques

Méthode Description
PrintCategories ( Category categoryTest ) : string

Returns a string representation of the given Category.

PrintCategory ( Category category, string tab ) : string

Returns a string representation of the given Category - indenting for each subsequent sub-category

PrintListingInto ( ListedItemDetail listing ) : string

Returns a string representation of the given Listing

PrintWatchlist ( Watchlist watchList ) : string

Returns a string representation of the given Watchlist.

Method Details

PrintCategories() public static méthode

Returns a string representation of the given Category.
public static PrintCategories ( Category categoryTest ) : string
categoryTest Category
Résultat string

PrintCategory() public static méthode

Returns a string representation of the given Category - indenting for each subsequent sub-category
public static PrintCategory ( Category category, string tab ) : string
category Category
tab string
Résultat string

PrintListingInto() public static méthode

Returns a string representation of the given Listing
public static PrintListingInto ( ListedItemDetail listing ) : string
listing ListedItemDetail
Résultat string

PrintWatchlist() public static méthode

Returns a string representation of the given Watchlist.
public static PrintWatchlist ( Watchlist watchList ) : string
watchList Watchlist
Résultat string