C# Class Telerik.Web.Mvc.Infrastructure.Implementation.Expressions.MemberAccessTokenExtensions

Mostrar archivo Open project: juanplopes/simple-telerik

Public Methods

Method Description
CreateMemberAccessExpression ( this token, Expression instance ) : Expression

Private Methods

Method Description
FormatInvalidTokenErrorMessage ( IMemberAccessToken token, Type type ) : string
GetIndexerArguments ( this indexerToken ) : IEnumerable
GetMemberInfoForType ( this token, Type targetType ) : MemberInfo
GetMemberInfoFromIndexerToken ( IndexerToken token, Type targetType ) : MemberInfo
GetMemberInfoFromPropertyToken ( PropertyToken token, Type targetType ) : MemberInfo

Method Details

CreateMemberAccessExpression() public static method

/// Invalid name for property or field; or indexer with the specified arguments. ///
public static CreateMemberAccessExpression ( this token, Expression instance ) : Expression
token this
instance System.Linq.Expressions.Expression
return System.Linq.Expressions.Expression