C# 클래스 Ancestry.QueryProcessor.Type.TimeSpanType

상속: ScalarType
파일 보기 프로젝트 열기: Ancestry/DotQL

공개 메소드들

메소드 설명
BuildDOM ( ) : Parse.TypeDeclaration
BuildDefault ( ) : Parse.Expression
EmitLiteral ( MethodContext method, object value ) : void
TimeSpanType ( ) : System

메소드 상세

BuildDOM() 공개 메소드

public BuildDOM ( ) : Parse.TypeDeclaration
리턴 Parse.TypeDeclaration

BuildDefault() 공개 메소드

public BuildDefault ( ) : Parse.Expression
리턴 Parse.Expression

EmitLiteral() 공개 메소드

public EmitLiteral ( MethodContext method, object value ) : void
method Ancestry.QueryProcessor.Compile.MethodContext
value object
리턴 void

TimeSpanType() 공개 메소드

public TimeSpanType ( ) : System
리턴 System