C# 클래스 System.Data.Entity.Utilities.ExpressionExtensions

파일 보기 프로젝트 열기: aspnet/EntityFramework6

공개 메소드들

메소드 설명
GetComplexPropertyAccess ( this propertyAccessExpression ) : PropertyPath
GetComplexPropertyAccessList ( this propertyAccessExpression ) : IEnumerable
GetSimplePropertyAccess ( this propertyAccessExpression ) : PropertyPath
GetSimplePropertyAccessList ( this propertyAccessExpression ) : IEnumerable
IsNullConstant ( this expression ) : bool
IsStringAddExpression ( this expression ) : bool
RemoveConvert ( this expression ) : Expression

비공개 메소드들

메소드 설명
HasDefaultMembersOnly ( this newExpression, IEnumerable propertyPaths ) : bool
MatchComplexPropertyAccess ( this parameterExpression, Expression propertyAccessExpression ) : PropertyPath
MatchPropertyAccess ( this parameterExpression, Expression propertyAccessExpression ) : PropertyPath
MatchPropertyAccessList ( this lambdaExpression, Func propertyMatcher ) : IEnumerable
MatchSimplePropertyAccess ( this parameterExpression, Expression propertyAccessExpression ) : PropertyPath

메소드 상세

GetComplexPropertyAccess() 공개 정적인 메소드

public static GetComplexPropertyAccess ( this propertyAccessExpression ) : PropertyPath
propertyAccessExpression this
리턴 PropertyPath

GetComplexPropertyAccessList() 공개 정적인 메소드

public static GetComplexPropertyAccessList ( this propertyAccessExpression ) : IEnumerable
propertyAccessExpression this
리턴 IEnumerable

GetSimplePropertyAccess() 공개 정적인 메소드

public static GetSimplePropertyAccess ( this propertyAccessExpression ) : PropertyPath
propertyAccessExpression this
리턴 PropertyPath

GetSimplePropertyAccessList() 공개 정적인 메소드

public static GetSimplePropertyAccessList ( this propertyAccessExpression ) : IEnumerable
propertyAccessExpression this
리턴 IEnumerable

IsNullConstant() 공개 정적인 메소드

public static IsNullConstant ( this expression ) : bool
expression this
리턴 bool

IsStringAddExpression() 공개 정적인 메소드

public static IsStringAddExpression ( this expression ) : bool
expression this
리턴 bool

RemoveConvert() 공개 정적인 메소드

public static RemoveConvert ( this expression ) : Expression
expression this
리턴 System.Linq.Expressions.Expression