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

상속: PomonaExtendedExpression
파일 보기 프로젝트 열기: Pomona/Pomona 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string
ToStringSegments ( ) : IEnumerable

보호된 메소드들

메소드 설명
QuerySegmentExpression ( Type type, bool localExecutionPreferred = false ) : System
ToStringSegmentsRecursive ( IEnumerable children ) : IEnumerable

메소드 상세

QuerySegmentExpression() 보호된 메소드

protected QuerySegmentExpression ( Type type, bool localExecutionPreferred = false ) : System
type System.Type
localExecutionPreferred bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToStringSegments() 공개 추상적인 메소드

public abstract ToStringSegments ( ) : IEnumerable
리턴 IEnumerable

ToStringSegmentsRecursive() 보호된 정적인 메소드

protected static ToStringSegmentsRecursive ( IEnumerable children ) : IEnumerable
children IEnumerable
리턴 IEnumerable