C# Class CQRSalad.EventSourcing.ValueInjection.PropertyInfoCache

Afficher le fichier Open project: Ontropix/CQRSalad

Méthodes publiques

Méthode Description
GetProperties ( Type type ) : System.Reflection.PropertyInfo[]
GetProperties ( object obj ) : System.Reflection.PropertyInfo[]

Method Details

GetProperties() public static méthode

public static GetProperties ( Type type ) : System.Reflection.PropertyInfo[]
type System.Type
Résultat System.Reflection.PropertyInfo[]

GetProperties() public static méthode

public static GetProperties ( object obj ) : System.Reflection.PropertyInfo[]
obj object
Résultat System.Reflection.PropertyInfo[]