C# Class Baseline.Reflection.MethodValueGetter

Inheritance: IValueGetter
Afficher le fichier Open project: JasperFx/baseline Class Usage Examples

Méthodes publiques

Méthode Description
ChainExpression ( Expression body ) : Expression
Equals ( MethodValueGetter other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetValue ( object target ) : object
MethodValueGetter ( MethodInfo methodInfo, object arguments ) : System
SetValue ( object target, object propertyValue ) : void

Method Details

ChainExpression() public méthode

public ChainExpression ( Expression body ) : Expression
body System.Linq.Expressions.Expression
Résultat System.Linq.Expressions.Expression

Equals() public méthode

public Equals ( MethodValueGetter other ) : bool
other MethodValueGetter
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetValue() public méthode

public GetValue ( object target ) : object
target object
Résultat object

MethodValueGetter() public méthode

public MethodValueGetter ( MethodInfo methodInfo, object arguments ) : System
methodInfo System.Reflection.MethodInfo
arguments object
Résultat System

SetValue() public méthode

public SetValue ( object target, object propertyValue ) : void
target object
propertyValue object
Résultat void