C# Class Pomona.Common.Linq.QuerySegmentExpression

Inheritance: PomonaExtendedExpression
Datei anzeigen Open project: Pomona/Pomona Class Usage Examples

Public Methods

Method Description
ToString ( ) : string
ToStringSegments ( ) : IEnumerable

Protected Methods

Method Description
QuerySegmentExpression ( Type type, bool localExecutionPreferred = false ) : System
ToStringSegmentsRecursive ( IEnumerable children ) : IEnumerable

Method Details

QuerySegmentExpression() protected method

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

ToString() public method

public ToString ( ) : string
return string

ToStringSegments() public abstract method

public abstract ToStringSegments ( ) : IEnumerable
return IEnumerable

ToStringSegmentsRecursive() protected static method

protected static ToStringSegmentsRecursive ( IEnumerable children ) : IEnumerable
children IEnumerable
return IEnumerable