Property | Type | Description | |
---|---|---|---|
Collect | void |
Method | Description | |
---|---|---|
All ( ) : IList |
Get a flattened list of all child filter expressions.
|
|
ToExpression ( IList |
Converts the filter expression to a predicate suitable for Dynamic Linq e.g. "Field1 = @1 and Field2.Contains(@2)"
|
Method | Description | |
---|---|---|
Collect ( IList |
public ToExpression ( IList |
||
filters | IList |
A list of flattened filters. |
return | string |