Suoranta.EnterpriseLib.Web - Developer API

RangeFilterMode Enumeration

Namespace:  Suoranta.EnterpriseLib.Linq.Filters
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


public enum RangeFilterMode

Members


Member nameDescription
BeforeRange
AfterRange
OutsideRangeBeforeRange OR AfterRange matches the entity.
StartsWithinEntity's range starts within IRangeFilter<(Of <(<'TValue>)>)>'s range.
EndsWithinEntity's range ends within IRangeFilter<(Of <(<'TValue>)>)>'s range.
OverlapsRangeStartsWithin OR EndsWithin matches the entity.
WithinRangeRange starts AND ends within IRangeFilter<(Of <(<'TValue>)>)>'s range.
EqualRangesExact match between entity and the IRangeFilter<(Of <(<'TValue>)>)>.