C# Class ServiceStack.Common.Utils.ObjectDumperUtils

Exibir arquivo Open project: firstsee/ServiceStack Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
Write ( object o ) : void
Write ( object o, int depth ) : void

Private Methods

Method Description
ObjectDumperUtils ( int depth ) : System
Write ( string s ) : void
WriteIndent ( ) : void
WriteLine ( ) : void
WriteObject ( string prefix, object o ) : void
WriteTab ( ) : void
WriteValue ( object o ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string

Write() public static method

public static Write ( object o ) : void
o object
return void

Write() public static method

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