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

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

공개 메소드들

메소드 설명
QueryFormattedSegmentExpression ( Type type, string format, object args, bool localExecutionPreferred ) : System
ToString ( ) : string
ToStringSegments ( ) : IEnumerable

메소드 상세

QueryFormattedSegmentExpression() 공개 메소드

public QueryFormattedSegmentExpression ( Type type, string format, object args, bool localExecutionPreferred ) : System
type System.Type
format string
args object
localExecutionPreferred bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToStringSegments() 공개 메소드

public ToStringSegments ( ) : IEnumerable
리턴 IEnumerable