C# Class CQRSalad.EventSourcing.ValueInjection.PropertyInfoCache

Show file Open project: Ontropix/CQRSalad

Public Methods

Method Description
GetProperties ( Type type ) : System.Reflection.PropertyInfo[]
GetProperties ( object obj ) : System.Reflection.PropertyInfo[]

Method Details

GetProperties() public static method

public static GetProperties ( Type type ) : System.Reflection.PropertyInfo[]
type System.Type
return System.Reflection.PropertyInfo[]

GetProperties() public static method

public static GetProperties ( object obj ) : System.Reflection.PropertyInfo[]
obj object
return System.Reflection.PropertyInfo[]