C# 클래스 ConsoleApplication.PrintMethods

파일 보기 프로젝트 열기: TradeMe/trade-me-api-wrapper 1 사용 예제들

공개 메소드들

메소드 설명
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