RangeFilterMode Enumeration
Namespace:
Suoranta.EnterpriseLib.Linq.Filters
Assembly: Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)
Assembly: Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)
Members
| Member name | Description | |
|---|---|---|
| BeforeRange | ||
| AfterRange | ||
| OutsideRange | BeforeRange OR AfterRange matches the entity. | |
| StartsWithin | Entity's range starts within IRangeFilter<(Of <(<'TValue>)>)>'s range. | |
| EndsWithin | Entity's range ends within IRangeFilter<(Of <(<'TValue>)>)>'s range. | |
| OverlapsRange | StartsWithin OR EndsWithin matches the entity. | |
| WithinRange | Range starts AND ends within IRangeFilter<(Of <(<'TValue>)>)>'s range. | |
| EqualRanges | Exact match between entity and the IRangeFilter<(Of <(<'TValue>)>)>. |

