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

상속: QueryToken
파일 보기 프로젝트 열기: signumsoftware/framework

공개 프로퍼티들

프로퍼티 타입 설명
Rounding RoundingType

공개 메소드들

메소드 설명
Clone ( ) : QueryToken
GetImplementations ( ) : Implementations?
GetPropertyRoute ( ) : PropertyRoute
IsAllowed ( ) : string
NiceName ( ) : string
StepRoundingToken ( StepMultiplierToken parent, RoundingType rounding ) : System
ToString ( ) : string

보호된 메소드들

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

메소드 상세

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

StepRoundingToken() 공개 메소드

public StepRoundingToken ( StepMultiplierToken parent, RoundingType rounding ) : System
parent StepMultiplierToken
rounding RoundingType
리턴 System

SubTokensOverride() 보호된 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Rounding 공개적으로 프로퍼티

public RoundingType Rounding
리턴 RoundingType