C# Class Rebel.Framework.Dynamics.Expressions.DynamicMemberMetadata

Mostrar archivo Open project: RebelCMS/rebelcmsxu5

Public Properties

Property Type Description
GetMemberMethod System.Reflection.MethodInfo

Public Methods

Method Description
GetAsPredicate ( string expression ) : bool>>.Expression
GetExpression ( string expression ) : Expression
GetMember ( string name, object instance = null ) : object
GetMethodCallForDynamic ( string fakeMemberName, object instance = null ) : MethodCallExpression

Method Details

GetAsPredicate() public static method

public static GetAsPredicate ( string expression ) : bool>>.Expression
expression string
return bool>>.Expression

GetExpression() public static method

public static GetExpression ( string expression ) : Expression
expression string
return System.Linq.Expressions.Expression

GetMember() public static method

public static GetMember ( string name, object instance = null ) : object
name string
instance object
return object

GetMethodCallForDynamic() public static method

public static GetMethodCallForDynamic ( string fakeMemberName, object instance = null ) : MethodCallExpression
fakeMemberName string
instance object
return System.Linq.Expressions.MethodCallExpression

Property Details

GetMemberMethod public_oe static_oe property

public static MethodInfo,System.Reflection GetMemberMethod
return System.Reflection.MethodInfo