C# 클래스 Orchard.DesignerTools.Services.ObjectDumper

파일 보기 프로젝트 열기: ucdavis/Orchard

공개 메소드들

메소드 설명
Dump ( object o, string name ) : System.Xml.Linq.XElement
ObjectDumper ( int levels ) : System

비공개 메소드들

메소드 설명
DumpDictionary ( IDictionary dictionary ) : void
DumpEnumerable ( IEnumerable enumerable ) : void
DumpMember ( object o, MemberInfo member ) : void
DumpMembers ( object o ) : void
DumpObject ( object o, string name ) : void
DumpShape ( IShape shape ) : void
DumpValue ( object o, string name ) : void
EnterNode ( string tag ) : System.Xml.Linq.XElement
FormatType ( Type type ) : string
FormatType ( object item ) : string
FormatValue ( object o ) : string
RestoreCurrentNode ( ) : void
SafeCall ( System.Action action ) : void
SaveCurrentNode ( ) : void

메소드 상세

Dump() 공개 메소드

public Dump ( object o, string name ) : System.Xml.Linq.XElement
o object
name string
리턴 System.Xml.Linq.XElement

ObjectDumper() 공개 메소드

public ObjectDumper ( int levels ) : System
levels int
리턴 System