C# Class ServiceStack.Common.Utils.ObjectDumperUtils

Afficher le fichier Open project: firstsee/ServiceStack Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string
Write ( object o ) : void
Write ( object o, int depth ) : void

Private Methods

Méthode 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 méthode

public ToString ( ) : string
Résultat string

Write() public static méthode

public static Write ( object o ) : void
o object
Résultat void

Write() public static méthode

public static Write ( object o, int depth ) : void
o object
depth int
Résultat void