C# 클래스 Pomona.Common.Linq.QueryTerminalSegmentExpression

상속: QuerySegmentExpression
파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
QueryTerminalSegmentExpression ( string value, Type type = null, bool localExecutionPreferred = false ) : System
ToString ( ) : string
ToStringSegments ( ) : IEnumerable

메소드 상세

QueryTerminalSegmentExpression() 공개 메소드

public QueryTerminalSegmentExpression ( string value, Type type = null, bool localExecutionPreferred = false ) : System
value string
type System.Type
localExecutionPreferred bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToStringSegments() 공개 메소드

public ToStringSegments ( ) : IEnumerable
리턴 IEnumerable