C# 클래스 ServiceStack.Common.Utils.ObjectDumperUtils

파일 보기 프로젝트 열기: firstsee/ServiceStack 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string
Write ( object o ) : void
Write ( object o, int depth ) : void

비공개 메소드들

메소드 설명
ObjectDumperUtils ( int depth ) : System
Write ( string s ) : void
WriteIndent ( ) : void
WriteLine ( ) : void
WriteObject ( string prefix, object o ) : void
WriteTab ( ) : void
WriteValue ( object o ) : void

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 정적인 메소드

public static Write ( object o ) : void
o object
리턴 void

Write() 공개 정적인 메소드

public static Write ( object o, int depth ) : void
o object
depth int
리턴 void