C# Class Pomona.Common.Linq.QueryTerminalSegmentExpression

Inheritance: QuerySegmentExpression
Afficher le fichier Open project: Pomona/Pomona

Méthodes publiques

Méthode Description
QueryTerminalSegmentExpression ( string value, Type type = null, bool localExecutionPreferred = false ) : System
ToString ( ) : string
ToStringSegments ( ) : IEnumerable

Method Details

QueryTerminalSegmentExpression() public méthode

public QueryTerminalSegmentExpression ( string value, Type type = null, bool localExecutionPreferred = false ) : System
value string
type System.Type
localExecutionPreferred bool
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

ToStringSegments() public méthode

public ToStringSegments ( ) : IEnumerable
Résultat IEnumerable