C# 클래스 Signum.Entities.ObjectDumper.DumpVisitor

파일 보기 프로젝트 열기: signumsoftware/framework

공개 프로퍼티들

프로퍼티 타입 설명
Sb StringBuilder

공개 메소드들

메소드 설명
DumpObject ( object o ) : void
DumpVisitor ( bool showIgnoredFields, bool showByteArrays ) : System

비공개 메소드들

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

메소드 상세

DumpObject() 공개 메소드

public DumpObject ( object o ) : void
o object
리턴 void

DumpVisitor() 공개 메소드

public DumpVisitor ( bool showIgnoredFields, bool showByteArrays ) : System
showIgnoredFields bool
showByteArrays bool
리턴 System

프로퍼티 상세

Sb 공개적으로 프로퍼티

public StringBuilder Sb
리턴 StringBuilder