C# Class Pomona.Common.Linq.QuerySegmentExpression

Inheritance: PomonaExtendedExpression
Afficher le fichier Open project: Pomona/Pomona Class Usage Examples

Méthodes publiques

Méthode Description
ToString ( ) : string
ToStringSegments ( ) : IEnumerable

Méthodes protégées

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

Method Details

QuerySegmentExpression() protected méthode

protected QuerySegmentExpression ( Type type, bool localExecutionPreferred = false ) : System
type System.Type
localExecutionPreferred bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

ToStringSegments() public abstract méthode

public abstract ToStringSegments ( ) : IEnumerable
Résultat IEnumerable

ToStringSegmentsRecursive() protected static méthode

protected static ToStringSegmentsRecursive ( IEnumerable children ) : IEnumerable
children IEnumerable
Résultat IEnumerable