C# 클래스 Rebel.Framework.Dynamics.Expressions.DynamicMemberMetadata

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 프로퍼티들

프로퍼티 타입 설명
GetMemberMethod System.Reflection.MethodInfo

공개 메소드들

메소드 설명
GetAsPredicate ( string expression ) : bool>>.Expression
GetExpression ( string expression ) : Expression
GetMember ( string name, object instance = null ) : object
GetMethodCallForDynamic ( string fakeMemberName, object instance = null ) : MethodCallExpression

메소드 상세

GetAsPredicate() 공개 정적인 메소드

public static GetAsPredicate ( string expression ) : bool>>.Expression
expression string
리턴 bool>>.Expression

GetExpression() 공개 정적인 메소드

public static GetExpression ( string expression ) : Expression
expression string
리턴 System.Linq.Expressions.Expression

GetMember() 공개 정적인 메소드

public static GetMember ( string name, object instance = null ) : object
name string
instance object
리턴 object

GetMethodCallForDynamic() 공개 정적인 메소드

public static GetMethodCallForDynamic ( string fakeMemberName, object instance = null ) : MethodCallExpression
fakeMemberName string
instance object
리턴 System.Linq.Expressions.MethodCallExpression

프로퍼티 상세

GetMemberMethod 공개적으로 정적으로 프로퍼티

public static MethodInfo,System.Reflection GetMemberMethod
리턴 System.Reflection.MethodInfo