C# Class Pomona.Common.Linq.QueryFormattedSegmentExpression

Inheritance: QuerySegmentExpression
Mostra file Open project: Pomona/Pomona

Public Methods

Method Description
QueryFormattedSegmentExpression ( Type type, string format, object args, bool localExecutionPreferred ) : System
ToString ( ) : string
ToStringSegments ( ) : IEnumerable

Method Details

QueryFormattedSegmentExpression() public method

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

ToString() public method

public ToString ( ) : string
return string

ToStringSegments() public method

public ToStringSegments ( ) : IEnumerable
return IEnumerable