C# Class jqGridToPdfReportMvcApp.Extensions.ReflectionHelper

Afficher le fichier Open project: VahidN/PdfReport

Méthodes publiques

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

Private Methods

Méthode Description
isNestedProperty ( Type type ) : bool

Method Details

FindFieldType() public static méthode

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