C# Класс WeenyMapper.QueryParsing.EntityReferenceExpression

Наследование: PropertyExpression
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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