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

Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Свойство Type Description
GetMemberMethod System.Reflection.MethodInfo

Méthodes publiques

Méthode 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 méthode

public static GetAsPredicate ( string expression ) : bool>>.Expression
expression string
Résultat bool>>.Expression

GetExpression() public static méthode

public static GetExpression ( string expression ) : Expression
expression string
Résultat System.Linq.Expressions.Expression

GetMember() public static méthode

public static GetMember ( string name, object instance = null ) : object
name string
instance object
Résultat object

GetMethodCallForDynamic() public static méthode

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

Property Details

GetMemberMethod public_oe static_oe property

public static MethodInfo,System.Reflection GetMemberMethod
Résultat System.Reflection.MethodInfo