C# Class NCore.Expressions.ExpressionExtensions

ファイルを表示 Open project: danielwertheim/NCore

Public Methods

Method Description
Evaluate ( this e ) : object
Evaluate ( this e ) : object[]
GetRightMostMember ( this e ) : MemberExpression
IsNullConstant ( this e ) : bool
IsNullValue ( this e ) : bool
ToPath ( this e ) : string

Method Details

Evaluate() public static method

public static Evaluate ( this e ) : object
e this
return object

Evaluate() public static method

public static Evaluate ( this e ) : object[]
e this
return object[]

GetRightMostMember() public static method

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

IsNullConstant() public static method

public static IsNullConstant ( this e ) : bool
e this
return bool

IsNullValue() public static method

public static IsNullValue ( this e ) : bool
e this
return bool

ToPath() public static method

public static ToPath ( this e ) : string
e this
return string