C# 클래스 WeenyMapper.QueryParsing.EntityReferenceExpression

상속: PropertyExpression
파일 보기 프로젝트 열기: erikojebo/WeenyMapper 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( IExpressionVisitor expressionVisitor ) : void
EntityReferenceExpression ( PropertyInfo referencePropertyInfo, PropertyInfo dataPropertyInfo ) : System.Reflection
GetHashCode ( ) : int
Translate ( IConvention convention ) : QueryExpression

보호된 메소드들

메소드 설명
NullSafeEquals ( PropertyExpression other ) : bool

메소드 상세

Accept() 공개 메소드

public Accept ( IExpressionVisitor expressionVisitor ) : void
expressionVisitor IExpressionVisitor
리턴 void

EntityReferenceExpression() 공개 메소드

public EntityReferenceExpression ( PropertyInfo referencePropertyInfo, PropertyInfo dataPropertyInfo ) : System.Reflection
referencePropertyInfo System.Reflection.PropertyInfo
dataPropertyInfo System.Reflection.PropertyInfo
리턴 System.Reflection

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

NullSafeEquals() 보호된 메소드

protected NullSafeEquals ( PropertyExpression other ) : bool
other PropertyExpression
리턴 bool

Translate() 공개 메소드

public Translate ( IConvention convention ) : QueryExpression
convention IConvention
리턴 QueryExpression