C# Class Kooboo.Commerce.Reflection.TypeHelper

Mostra file Open project: Kooboo/Ecommerce

Public Methods

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

Method Details

GetProperty() public static method

public static GetProperty ( Type type, string property ) : PropertyInfo
type System.Type
property string
return System.Reflection.PropertyInfo

GetType() public static method

public static GetType ( object entity ) : Type
entity object
return System.Type

IsSimpleType() public static method

public static IsSimpleType ( Type type ) : bool
type System.Type
return bool