C# 클래스 Signum.Entities.ObjectDumper

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

공개 프로퍼티들

프로퍼티 타입 설명
IgnoreTypes HashSet

공개 메소드들

메소드 설명
Dump ( this o, bool showIgnoredFields = false, bool showByteArrays = false ) : string

비공개 메소드들

메소드 설명
Indent ( this t, int level ) : string

메소드 상세

Dump() 공개 정적인 메소드

public static Dump ( this o, bool showIgnoredFields = false, bool showByteArrays = false ) : string
o this
showIgnoredFields bool
showByteArrays bool
리턴 string

프로퍼티 상세

IgnoreTypes 공개적으로 정적으로 프로퍼티

public static HashSet IgnoreTypes
리턴 HashSet