C# Class PdfRpt.Core.Helper.DumpNestedProperties

A helper class for dumping nested property values
ファイルを表示 Open project: VahidN/PdfReport Class Usage Examples

Public Methods

Method Description
DumpPropertyValues ( object data, string parent = "", int dumpLevel = 2 ) : IList

Dumps Nested Property Values

Private Methods

Method Description
isNestedProperty ( Type type ) : bool

Method Details

DumpPropertyValues() public method

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
return IList