C# Class Informedica.Utilities.ObjectExaminer

Afficher le fichier Open project: halcwb/GenForm

Méthodes publiques

Méthode Description
GetStringValueFromPropertyInfo ( PropertyInfo property, object obj ) : string
ObjectHasEmptyProperties ( Object obj ) : System.Boolean
PropertyIsEmpty ( PropertyInfo property, Object product ) : System.Boolean

Method Details

GetStringValueFromPropertyInfo() public static méthode

public static GetStringValueFromPropertyInfo ( PropertyInfo property, object obj ) : string
property System.Reflection.PropertyInfo
obj object
Résultat string

ObjectHasEmptyProperties() public static méthode

public static ObjectHasEmptyProperties ( Object obj ) : System.Boolean
obj Object
Résultat System.Boolean

PropertyIsEmpty() public static méthode

public static PropertyIsEmpty ( PropertyInfo property, Object product ) : System.Boolean
property System.Reflection.PropertyInfo
product Object
Résultat System.Boolean