C# Class Signum.Entities.ObjectDumper.DumpVisitor

Afficher le fichier Open project: signumsoftware/framework

Méthodes publiques

Свойство Type Description
Sb StringBuilder

Méthodes publiques

Méthode Description
DumpObject ( object o ) : void
DumpVisitor ( bool showIgnoredFields, bool showByteArrays ) : System

Private Methods

Méthode Description
Any ( IEnumerable ie ) : bool
DumpPropertyOrField ( Type type, string name, object obj ) : void
DumpValue ( object item ) : string
GetFieldName ( FieldInfo field ) : string
IsBasicType ( Type type ) : bool
IsDelegate ( Type type ) : bool
IsIdOrTicks ( FieldInfo field ) : bool
IsMixinField ( FieldInfo field ) : bool
SafeToString ( object o ) : string

Method Details

DumpObject() public méthode

public DumpObject ( object o ) : void
o object
Résultat void

DumpVisitor() public méthode

public DumpVisitor ( bool showIgnoredFields, bool showByteArrays ) : System
showIgnoredFields bool
showByteArrays bool
Résultat System

Property Details

Sb public_oe property

public StringBuilder Sb
Résultat StringBuilder