C# Class HBS.Data.Utilities.Filter

Afficher le fichier Open project: heartbeatservice/HeartbeatServiceSolution

Private Properties

Свойство Type Description
Collect void

Méthodes publiques

Méthode Description
All ( ) : IList

Get a flattened list of all child filter expressions.

ToExpression ( IList filters ) : string

Converts the filter expression to a predicate suitable for Dynamic Linq e.g. "Field1 = @1 and Field2.Contains(@2)"

Private Methods

Méthode Description
Collect ( IList filters ) : void

Method Details

All() public méthode

Get a flattened list of all child filter expressions.
public All ( ) : IList
Résultat IList

ToExpression() public méthode

Converts the filter expression to a predicate suitable for Dynamic Linq e.g. "Field1 = @1 and Field2.Contains(@2)"
public ToExpression ( IList filters ) : string
filters IList A list of flattened filters.
Résultat string