C# Class Arc.Infrastructure.Data.NHibernate.Specifications.MemberFinder

Finds member path from expression.
Afficher le fichier Open project: marektihkan/Arc

Méthodes publiques

Méthode Description
FindFromExpression ( Expression expression ) : string

Finds member path from expression.

IsPropertyExpression ( Expression expression ) : bool

Determines whether the specified expression is property expression.

Private Methods

Méthode Description
IsAlias ( Expression expression ) : bool

Method Details

FindFromExpression() public static méthode

Finds member path from expression.
public static FindFromExpression ( Expression expression ) : string
expression System.Linq.Expressions.Expression The expression.
Résultat string

IsPropertyExpression() public static méthode

Determines whether the specified expression is property expression.
public static IsPropertyExpression ( Expression expression ) : bool
expression System.Linq.Expressions.Expression The expression.
Résultat bool