C# 클래스 PdfRpt.Core.Helper.DumpNestedProperties

A helper class for dumping nested property values
파일 보기 프로젝트 열기: VahidN/PdfReport 1 사용 예제들

공개 메소드들

메소드 설명
DumpPropertyValues ( object data, string parent = "", int dumpLevel = 2 ) : IList

Dumps Nested Property Values

비공개 메소드들

메소드 설명
isNestedProperty ( Type type ) : bool

메소드 상세

DumpPropertyValues() 공개 메소드

Dumps Nested Property Values
public DumpPropertyValues ( object data, string parent = "", int dumpLevel = 2 ) : IList
data object an instance object
parent string parent object's name
dumpLevel int how many levels should be searched
리턴 IList