C# Class Kooboo.Commerce.Reflection.TypeHelper

Afficher le fichier Open project: Kooboo/Ecommerce

Méthodes publiques

Méthode Description
GetProperty ( Type type, string property ) : PropertyInfo
GetType ( object entity ) : Type
IsSimpleType ( Type type ) : bool

Method Details

GetProperty() public static méthode

public static GetProperty ( Type type, string property ) : PropertyInfo
type System.Type
property string
Résultat System.Reflection.PropertyInfo

GetType() public static méthode

public static GetType ( object entity ) : Type
entity object
Résultat System.Type

IsSimpleType() public static méthode

public static IsSimpleType ( Type type ) : bool
type System.Type
Résultat bool