C# 클래스 Signum.Entities.DynamicQuery.StepMultiplierToken

상속: QueryToken
파일 보기 프로젝트 열기: signumsoftware/framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Multiplier decimal

공개 메소드들

메소드 설명
Clone ( ) : QueryToken
GetImplementations ( ) : Implementations?
GetPropertyRoute ( ) : PropertyRoute
IsAllowed ( ) : string
NiceName ( ) : string
StepMultiplierToken ( StepToken parent, decimal multiplier ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
BuildExpressionInternal ( BuildExpressionContext context ) : Expression
SubTokensOverride ( SubTokensOptions options ) : List

비공개 메소드들

메소드 설명
StepSize ( ) : decimal

메소드 상세

BuildExpressionInternal() 보호된 메소드

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

Clone() 공개 메소드

public Clone ( ) : QueryToken
리턴 QueryToken

GetImplementations() 공개 메소드

public GetImplementations ( ) : Implementations?
리턴 Implementations?

GetPropertyRoute() 공개 메소드

public GetPropertyRoute ( ) : PropertyRoute
리턴 PropertyRoute

IsAllowed() 공개 메소드

public IsAllowed ( ) : string
리턴 string

NiceName() 공개 메소드

public NiceName ( ) : string
리턴 string

StepMultiplierToken() 공개 메소드

public StepMultiplierToken ( StepToken parent, decimal multiplier ) : System
parent StepToken
multiplier decimal
리턴 System

SubTokensOverride() 보호된 메소드

protected SubTokensOverride ( SubTokensOptions options ) : List
options SubTokensOptions
리턴 List

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Multiplier 공개적으로 프로퍼티

public decimal Multiplier
리턴 decimal