Sante |
| Class | Description | |
|---|---|---|
| ExpressionParameterRewriterTFrom, TTo, TReturn | Converts TFrom to TTo | |
| MemoryQueryResultSet | Wrapped query result set | |
| MemoryQueryResultSetTData | A memory query result set | |
| NestedQueryResultSet | A query result set which wraps another query result set and allows for delayed execution | |
| NestedQueryResultSetTData | A query result set which wraps another and allows a constructor to execute a Func on each yield return iteration of the underlying result set. | |
| QueryExpressionBuilder | Expression visitor which turns a LINQ expression against a query type to an HTTP header | |
| QueryExpressionParser | A class which is responsible for translating a series of Query Parameters to a LINQ expression to be passed to the persistence layer | |
| QueryFilterExtensions | Gets or sets the query filter extensions on the application context | |
| QueryModelExtensions | Query model extensions | |
| TransformQueryResultSetTSource, TDestination | A query result set which wraps another and allows a constructor to execute a Func on each yield return iteration of the underlying result set. |
| Structure | Description | |
|---|---|---|
| ModelSortTData | Sorting instruction |
| Interface | Description | |
|---|---|---|
| IOrderableQueryResultSet | Represents an orderable query result set | |
| IOrderableQueryResultSetTData | A IQueryResultSetTData which can be ordered | |
| IQueryFilterConverterExtension | Indicates an implementation of IQueryFilterExtension is only used for converting the input | |
| IQueryFilterExtension | Represents a query filter extension | |
| IQueryResultSet | Query result set without type parameters | |
| IQueryResultSetTData | Represents a query result collection which allows for delay loading of results |