C# Class jqGridToPdfReportMvcApp.Extensions.ReflectionHelper

ファイルを表示 Open project: VahidN/PdfReport

Public Methods

Method Description
FindFieldType ( this type, string fieldName, string parent = "", int dumpLevel = 3 ) : Type

Private Methods

Method Description
isNestedProperty ( Type type ) : bool

Method Details

FindFieldType() public static method

public static FindFieldType ( this type, string fieldName, string parent = "", int dumpLevel = 3 ) : Type
type this
fieldName string
parent string
dumpLevel int
return System.Type