C# Класс ConsoleApplication.PrintMethods

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

PrintCategories() публичный статический Метод

Returns a string representation of the given Category.
public static PrintCategories ( Category categoryTest ) : string
categoryTest Category
Результат string

PrintCategory() публичный статический Метод

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
Результат string

PrintListingInto() публичный статический Метод

Returns a string representation of the given Listing
public static PrintListingInto ( ListedItemDetail listing ) : string
listing ListedItemDetail
Результат string

PrintWatchlist() публичный статический Метод

Returns a string representation of the given Watchlist.
public static PrintWatchlist ( Watchlist watchList ) : string
watchList Watchlist
Результат string