C# 클래스 Pomona.Common.Linq.ExpressionTypeVisitor

상속: System.Linq.Expressions.ExpressionVisitor
파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
VisitType ( Type typeToSearch ) : Type

보호된 메소드들

메소드 설명
VisitConstructor ( ConstructorInfo methodToSearch ) : ConstructorInfo
VisitField ( FieldInfo field ) : FieldInfo
VisitMemberInfo ( MemberInfo member ) : MemberInfo
VisitMethod ( MethodInfo methodToSearch ) : MethodInfo
VisitMethodBase ( MethodBase methodBase ) : MethodBase
VisitMethodCall ( MethodCallExpression node ) : Expression
VisitNew ( NewExpression node ) : Expression
VisitParameter ( System.Linq.Expressions.ParameterExpression node ) : Expression
VisitProperty ( PropertyInfo prop ) : PropertyInfo

메소드 상세

VisitConstructor() 보호된 메소드

protected VisitConstructor ( ConstructorInfo methodToSearch ) : ConstructorInfo
methodToSearch System.Reflection.ConstructorInfo
리턴 System.Reflection.ConstructorInfo

VisitField() 보호된 메소드

protected VisitField ( FieldInfo field ) : FieldInfo
field System.Reflection.FieldInfo
리턴 System.Reflection.FieldInfo

VisitMemberInfo() 보호된 메소드

protected VisitMemberInfo ( MemberInfo member ) : MemberInfo
member System.Reflection.MemberInfo
리턴 System.Reflection.MemberInfo

VisitMethod() 보호된 메소드

protected VisitMethod ( MethodInfo methodToSearch ) : MethodInfo
methodToSearch System.Reflection.MethodInfo
리턴 System.Reflection.MethodInfo

VisitMethodBase() 보호된 메소드

protected VisitMethodBase ( MethodBase methodBase ) : MethodBase
methodBase System.Reflection.MethodBase
리턴 System.Reflection.MethodBase

VisitMethodCall() 보호된 메소드

protected VisitMethodCall ( MethodCallExpression node ) : Expression
node System.Linq.Expressions.MethodCallExpression
리턴 System.Linq.Expressions.Expression

VisitNew() 보호된 메소드

protected VisitNew ( NewExpression node ) : Expression
node System.Linq.Expressions.NewExpression
리턴 System.Linq.Expressions.Expression

VisitParameter() 보호된 메소드

protected VisitParameter ( System.Linq.Expressions.ParameterExpression node ) : Expression
node System.Linq.Expressions.ParameterExpression
리턴 System.Linq.Expressions.Expression

VisitProperty() 보호된 메소드

protected VisitProperty ( PropertyInfo prop ) : PropertyInfo
prop System.Reflection.PropertyInfo
리턴 System.Reflection.PropertyInfo

VisitType() 공개 메소드

public VisitType ( Type typeToSearch ) : Type
typeToSearch System.Type
리턴 System.Type