C# 클래스 NCore.Expressions.ExpressionExtensions

파일 보기 프로젝트 열기: danielwertheim/NCore

공개 메소드들

메소드 설명
Evaluate ( this e ) : object
Evaluate ( this e ) : object[]
GetRightMostMember ( this e ) : MemberExpression
IsNullConstant ( this e ) : bool
IsNullValue ( this e ) : bool
ToPath ( this e ) : string

메소드 상세

Evaluate() 공개 정적인 메소드

public static Evaluate ( this e ) : object
e this
리턴 object

Evaluate() 공개 정적인 메소드

public static Evaluate ( this e ) : object[]
e this
리턴 object[]

GetRightMostMember() 공개 정적인 메소드

public static GetRightMostMember ( this e ) : MemberExpression
e this
리턴 System.Linq.Expressions.MemberExpression

IsNullConstant() 공개 정적인 메소드

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

IsNullValue() 공개 정적인 메소드

public static IsNullValue ( this e ) : bool
e this
리턴 bool

ToPath() 공개 정적인 메소드

public static ToPath ( this e ) : string
e this
리턴 string