Suoranta.EnterpriseLib.Web - Developer API

EntityQuery<(Of <(<'TEntity, TOrderKey>)>)> Members

The EntityQuery<(Of <(<'TEntity, TOrderKey>)>)> type exposes the following members.

Constructors


  Name Description
Public method EntityQuery<(Of <(<'TEntity, TOrderKey>)>)>
Constructor for derived classes to invoke.

Methods


  Name Description
Public method ApplyAllFilters(DbContext)
Filter entities by applying each filter. Filters defined in subclasses. This method is designed to be invoked by subclasses or on their instances without need to implementation in those classes.
Public method ApplyAllFilters(IOrderedQueryable<(Of <<'(TEntity>)>>))
Public method ApplyRangeFilters
Public method ApplySetFilters
Public method ApplyValueFilters(DbContext)
Filter entities by applying each defined value condition. Conditions are defined in subclasses. This method is designed to be invoked by subclasses or on their instances without need to implementation in those classes.
Public method ApplyValueFilters(IQueryable<(Of <<'(TEntity>)>>))
Filter entities by applying each defined value condition. Conditions are defined in subclasses. This method is designed to be invoked by subclasses or on their instances without need to implementation in those classes.
Public method ApplyValueFilters(IOrderedQueryable<(Of <<'(TEntity>)>>))
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetFiltersOf<(Of <<'(TFilter>)>>)

Return Value

Instance properties of TFilter.
Public method GetHashCode (Inherited from Object.)
Protected method GetPropertiesWith<(Of <<'(TAttribute>)>>)
Get instance properties that have types derived from Filter and also have specific custom attribute set.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method Order
Add result ordering to this query.
Public method ToString (Inherited from Object.)

Fields


  Name Description
Protected field ReferenceDate
When result ordering is based on Timestamp property, this date is used to convert the timestamp to integer (seconds before/past).

Properties


  Name Description
Protected property ActiveFilters
Gets

Field Value

the all active IFilters.
Protected property DefaultResultOrder
Ordering method applied after optional custom ordering. Highly recommended to ensure unique deterministic ordering of results.
Protected property Static member EntityKeyGetter
Public property OrderKeySelector
Optional key selector for ordering results for display in accordance to business logic. To use custom ordering, default (unique) ordering must also be specified. Results are principally ordered by custom ordering, after which default ordering is applied to "break ties".
Public property OrderResults
Indicates whether results should have unique ordering
Protected property ParameterizeConstants