C# 클래스 Baseline.Reflection.MethodValueGetter

상속: IValueGetter
파일 보기 프로젝트 열기: JasperFx/baseline 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ChainExpression() 공개 메소드

public ChainExpression ( Expression body ) : Expression
body System.Linq.Expressions.Expression
리턴 System.Linq.Expressions.Expression

Equals() 공개 메소드

public Equals ( MethodValueGetter other ) : bool
other MethodValueGetter
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetValue() 공개 메소드

public GetValue ( object target ) : object
target object
리턴 object

MethodValueGetter() 공개 메소드

public MethodValueGetter ( MethodInfo methodInfo, object arguments ) : System
methodInfo System.Reflection.MethodInfo
arguments object
리턴 System

SetValue() 공개 메소드

public SetValue ( object target, object propertyValue ) : void
target object
propertyValue object
리턴 void