C# Class Signum.Entities.DynamicQuery.NetPropertyToken

Inheritance: QueryToken
Show file Open project: signumsoftware/framework

Public Properties

Property Type Description
miInSql System.Reflection.MethodInfo

Public Methods

Method Description
Clone ( ) : QueryToken
GetImplementations ( ) : Implementations?
GetPropertyRoute ( ) : PropertyRoute
IsAllowed ( ) : string
NiceName ( ) : string
ToString ( ) : string

Protected Methods

Method Description
BuildExpressionInternal ( BuildExpressionContext context ) : Expression
SubTokensOverride ( SubTokensOptions options ) : List

Private Methods

Method Description
NetPropertyToken ( QueryToken parent, Expression pi, string displayName ) : System
NetPropertyToken ( QueryToken parent, PropertyInfo pi, string displayName ) : System

Method Details

BuildExpressionInternal() protected method

protected BuildExpressionInternal ( BuildExpressionContext context ) : Expression
context BuildExpressionContext
return System.Linq.Expressions.Expression

Clone() public method

public Clone ( ) : QueryToken
return QueryToken

GetImplementations() public method

public GetImplementations ( ) : Implementations?
return Implementations?

GetPropertyRoute() public method

public GetPropertyRoute ( ) : PropertyRoute
return PropertyRoute

IsAllowed() public method

public IsAllowed ( ) : string
return string

NiceName() public method

public NiceName ( ) : string
return string

SubTokensOverride() protected method

protected SubTokensOverride ( SubTokensOptions options ) : List
options SubTokensOptions
return List

ToString() public method

public ToString ( ) : string
return string

Property Details

miInSql public static property

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